UNPKG

@jspm/core

Version:

This package contains the core libraries used in jspm 2.

27 lines (24 loc) 395 B
import { strict } from '../assert.js'; export const { fail, AssertionError, ok, equal, notEqual, deepEqual, notDeepEqual, deepStrictEqual, notDeepStrictEqual, strictEqual, notStrictEqual, throws, rejects, doesNotThrow, doesNotReject, ifError, match, doesNotMatch, CallTracker } = strict; export { strict } export default strict;