UNPKG

mitsuke-live

Version:

Real-time object detection library for web browsers using TensorFlow.js and YOLO

11 lines 395 B
import { ERROR_MESSAGES } from './error-messages'; /** * MLInternalError * Error that occurs in library internal processing (internal use, private) */ export declare class MLInternalError extends Error { readonly code: string; readonly fatal: boolean; constructor(key: keyof typeof ERROR_MESSAGES, fatal?: boolean, error?: Error); } //# sourceMappingURL=ml-internal-error.d.ts.map