UNPKG

@typed/test

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