UNPKG

134 BTypeScriptView Raw
1import { HybridFileSystem } from './hybrid-file-system';
2export declare function getInstance(writeToDisk: boolean): HybridFileSystem;