UNPKG

load-config-file

Version:

Load the config file as a plain object. The config file format can be registered.

2 lines (1 loc) 73 B
export function promisify(fn: Function): (...args: any) => Promise<any>;