UNPKG

json-light

Version:

Allow to extend yaml or json files configuration

5 lines (4 loc) 149 B
import { JsonLightService } from '../../domain'; export declare class JsonLightServiceImp implements JsonLightService { json(value: any): any; }