UNPKG

@nestjs/config

Version:

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

8 lines (7 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConfigToken = void 0; function getConfigToken(token) { return `CONFIGURATION(${token})`; } exports.getConfigToken = getConfigToken;