UNPKG

inceptum

Version:

hipages take on the foundational library for enterprise-grade apps written in NodeJS

8 lines (7 loc) 253 B
import { ConfigAdapter } from './ConfigProvider'; export declare class JsonProvider implements ConfigAdapter { config: object; constructor(config: any); hasConfig(key: string): boolean; getConfig(key: string, defaultValue?: any): any; }