Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-07 14:47:01 +00:00
parent 997941fbf7
commit 202d003cc5
130 changed files with 22666 additions and 223 deletions

6
lib/tools/assert.js Normal file
View File

@ -0,0 +1,6 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.assert = void 0;
var assert_1 = require("evt/tools/typeSafety/assert");
Object.defineProperty(exports, "assert", { enumerable: true, get: function () { return assert_1.assert; } });
//# sourceMappingURL=assert.js.map