elearning/Frontend-Learner/node_modules/unenv/dist/runtime/node/assert/strict.d.mts

5 lines
479 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import type nodeAssert from "node:assert";
export { AssertionError, CallTracker, strict, fail, ok, throws, rejects, doesNotThrow, doesNotReject, ifError, match, doesNotMatch, notDeepStrictEqual, notDeepStrictEqual as notDeepEqual, strictEqual, strictEqual as equal, notStrictEqual, notStrictEqual as notEqual, deepStrictEqual, deepStrictEqual as deepEqual, partialDeepStrictEqual } from "../assert.mjs";
declare const _default: typeof nodeAssert.strict;
export default _default;