UNPKG

@panyam/tsutils

Version:

Some basic TS utils for personal use

9 lines 229 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = assert; function assert(condition, msg) { if (!condition) { throw new Error(msg); } } //# sourceMappingURL=types.js.map