UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

30 lines (27 loc) 716 B
import { strict } from '../assert.js'; import '../util.js'; import '../chunk-DtcTpLWz.js'; import '../chunk-CkFCi-G1.js'; import '../chunk-DEMDiNwt.js'; const { fail, AssertionError, ok, equal, notEqual, deepEqual, notDeepEqual, deepStrictEqual, notDeepStrictEqual, strictEqual, notStrictEqual, throws, rejects, doesNotThrow, doesNotReject, ifError, match, doesNotMatch, CallTracker } = strict; export { AssertionError, CallTracker, deepEqual, deepStrictEqual, strict as default, doesNotMatch, doesNotReject, doesNotThrow, equal, fail, ifError, match, notDeepEqual, notDeepStrictEqual, notEqual, notStrictEqual, ok, rejects, strict, strictEqual, throws };