UNPKG

@willsoto/node-konfig-core

Version:

Core configuration pacakge supporting file, static and environment variables

5 lines 139 B
export interface Parser { name: string; parse(contents: string): Record<string, unknown>; } //# sourceMappingURL=interface.d.ts.map