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.

7 lines (6 loc) 253 B
import { IFile } from '../types'; /** * If string is given is assumes as the path and must exists */ export declare function protectFile(f: string | IFile, protect?: boolean): void; export declare function isProtectedFile(f: string | IFile): boolean;