UNPKG

@panyam/tsutils

Version:

Some basic TS utils for personal use

6 lines 134 B
export function assert(condition, msg) { if (!condition) { throw new Error(msg); } } //# sourceMappingURL=types.js.map