UNPKG

magica

Version:

ImageMagick for browser and Node.js, easy setup, high level API and Command Line Interface, including WASM binary for an easy setup.

4 lines (3 loc) 221 B
import { FS } from '../file/emscriptenFs'; export declare function mkdirp(path: string, exists: (f: string) => boolean, mkdir: (f: string) => any): void; export declare function makeDirRecursive(p: string, FS: FS): void;