UNPKG

ts-appconfig

Version:

Strongly Typed DotENV - Environment Variables

10 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Configuration = void 0; /** * Base Configuration class */ class Configuration { } exports.Configuration = Configuration; //# sourceMappingURL=configuration.js.map