createFileSystem.d.ts 102 B

12
  1. import { FileSystem } from './types';
  2. export declare function createFileSystem(fs?: any): FileSystem;