UNPKG

upscayl-node

Version:
6 lines (5 loc) 182 B
import { UpscalerError } from './upscaler-error'; export declare class UpscalerShouldBeImage extends UpscalerError { private path; constructor(name: string, path: string); }