UNPKG

@nestjsplus/lib-starter

Version:

Boilerplate for building installable NestJS libraries

10 lines (9 loc) 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const debug_1 = require("debug"); exports.CONFIG_OPTIONS = 'CONFIG_OPTIONS'; exports.dbg = { cfg: debug_1.default('cfg'), trace: debug_1.default('trace'), }; exports.NO_ENV_FILE_ERROR = 'NO-ENV-FILE-ERROR';