UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

6 lines 258 B
import { Compiler } from '../compiler.js'; export declare class JsonCompiler extends Compiler { protected serialise(path: string, data: unknown): string; protected deserialise(path: string, data: string): unknown; } //# sourceMappingURL=json.d.ts.map