You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add ExtendFS to take one FS and make a new one from it (#12)
* feat: Add ExtendFS to take one FS and make a new one from it
This is particularly dandy in situations when you have something that
implements fs.FS but you can't write to it and you want a memoryfs.FS to
work with and add stuff too.