UNPKG

@nestjs/config

Version:

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

10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConfigToken = getConfigToken; /** * @publicApi */ function getConfigToken(token) { return `CONFIGURATION(${token.toString()})`; }