UNPKG

upscayl-node

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