UNPKG

@typed/test

Version:
7 lines 228 B
import { AssertionError } from './AssertionError'; export function notOk(actual) { if (!actual) return actual; throw new AssertionError("Value is truthy", true, actual, notOk); } //# sourceMappingURL=notOk.js.map