- Cleaned up the types for FS mixin functions
- UpdatedFileSystemconstructor sotypeof FileSystemcan be used in mixin extends clauses
- AddedMixintype
- InlinedSyncFS,AsyncFS, andReadonlyFS - Fixed typo in
Asyncdoc comment - Typedoc no longer shows re-exports
- Moved typedoc config to tsconfig.json
- Updated package description
- Fixed
mkdirandmkdirSyncnot supporting therecursiveoption. (#75/#77, thanks @yoursunny!)