UNPKG

conflakes

Version:

Manager of the configuration, may be depending on the environment, with the ability to import another config files defined inside themselves.

6 lines (5 loc) 265 B
import { BaseFileLoaderAbstract } from "./BaseFileLoaderAbstract"; export declare class JsonLoader extends BaseFileLoaderAbstract { supports(resource: any, type?: string | null): boolean; load(resource: any, type: string | null, as: string | null): void; }