UNPKG

bailiff

Version:
9 lines (8 loc) 296 B
export default class CustomStore { private static __configStore; static add(configs: object | string, dirName: string): void; static get(name: string): any; private static __readConfigsFromJsonFile; private static __absoluteValidPath; private static __readFromJsonFile; }