UNPKG

auto-config-loader

Version:

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

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