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.

18 lines (17 loc) 603 B
import { getFileName, getFilePath, isDir, isFile, readFile, writeFile } from './fileUtil'; import { listFilesRecursively, ls } from './lsR'; import { mkdirp } from './mkdirp'; import { rmRf } from './rmRf'; export declare const fileUtil: { listFilesRecursively: typeof listFilesRecursively; rmRf: typeof rmRf; ls: typeof ls; isFile: typeof isFile; isDir: typeof isDir; readFile: typeof readFile; writeFile: typeof writeFile; getFilePath: typeof getFilePath; getFileName: typeof getFileName; mkdirp: typeof mkdirp; }; export { getMagica, Magica } from './magica';