UNPKG

@drift-labs/sdk

Version:
10 lines (9 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assert = void 0; function assert(condition, error) { if (!condition) { throw new Error(error || 'Unspecified AssertionError'); } } exports.assert = assert;