proxy-fs
A simple proxy filesystem.
example
var mfs = {};var pfs = { if /abc/ return path: '/data/hello.js' fileSystem: mfs ; }; mfs;mfs;console;// > hello
License
MIT © zswang
A simple proxy filesystem.
var mfs = {};var pfs = { if /abc/ return path: '/data/hello.js' fileSystem: mfs ; }; mfs;mfs;console;// > hello
MIT © zswang
npm i proxy-fs
9
0.0.10
MIT