UNPKG

json-light

Version:

Allow to extend yaml or json files configuration

5 lines (4 loc) 105 B
import { JsonLight } from '../domain'; export declare class JsonLightBuilder { build(): JsonLight; }