UNPKG

@shockpkg/core

Version:
18 lines (16 loc) 447 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VERSION = exports.NAME = void 0; // This file contains compile-time defined variables. // Variables are wrapped in object to avoid source values in .d.ts files. const vars = { VERSION: "1.7.0", NAME: "@shockpkg/core" }; const NAME = vars.NAME; exports.NAME = NAME; const VERSION = vars.VERSION; exports.VERSION = VERSION; //# sourceMappingURL=meta.js.map