UNPKG

@nestjs/config

Version:

Nest - modern, fast, powerful node.js web framework (@config)

5 lines (4 loc) 70 B
/** * @publicApi */ export type ConfigObject = Record<string, any>;