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
memory-fs-extra adds file system methods that aren't included in the native fs module and adds promise support to the fs methods. just like what fs-extra did to fs
Base on the origin meth 'mkdirp' in property of memoryFs, and it dose not support options
copy
do not support filter fn which return a promise
About
memory-fs-extra adds file system methods that aren't included in the native fs module and adds promise support to the fs methods. just like what fs-extra did to fs