UNPKG

emscripten-wasm-loader

Version:

Common interface to load wasm module into isomorphic environment

8 lines 264 B
import { FS } from '../BaseAsmModule'; /** * `mkdir -p` implementation for wasm FS.mkdir interface. * dirPath param should be unixified. */ declare const mkdirTree: (FS: FS, dirPath: string) => void; export { mkdirTree }; //# sourceMappingURL=mkdirTree.d.ts.map