UNPKG

json-light

Version:

Allow to extend yaml or json files configuration

5 lines 162 B
import { TypeSolver } from 'lib/domain'; export declare class GetType implements TypeSolver { type(data: any): string; } //# sourceMappingURL=getType.d.ts.map