UNPKG

auto-config-loader

Version:

Find and load configuration from a package.json property, rc file, or CommonJS module.

2 lines (1 loc) 69 B
export declare function iniLoader<T>(_: string, content: string): T;