UNPKG

pwd-fs

Version:

Extend the file system the capabilities of declaring the present working directory and recursive execution

5 lines (4 loc) 176 B
import { PoweredFileSystem } from './powered-file-system'; export const pfs = new PoweredFileSystem(); export default PoweredFileSystem; export * from './powered-file-system';