UNPKG

json-light

Version:

Allow to extend yaml or json files configuration

5 lines (4 loc) 125 B
import { TypeSolver } from 'lib/domain'; export declare class GetType implements TypeSolver { type(data: any): string; }