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.

3 lines (2 loc) 157 B
import { FS } from '../file/emscriptenFs'; export declare function rmRf(f: string, FS: FS, predicate?: (f: string) => boolean, removed?: string[]): boolean;