UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

8 lines 283 B
import { DiError } from '../error.js'; export declare class SerialiseError extends DiError { constructor(format: string, path: string); } export declare class DeserialiseError extends DiError { constructor(format: string, path: string); } //# sourceMappingURL=format.d.ts.map