UNPKG

@raccoons-co/genera

Version:

Abstractions on top of Typescript 5.0.

9 lines (8 loc) 396 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnvironmentVariable = void 0; const EnvironmentVariable_1 = __importDefault(require("./EnvironmentVariable")); exports.EnvironmentVariable = EnvironmentVariable_1.default;