UNPKG

jest-rdf

Version:
11 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const matchers_1 = require("./lib/matchers"); const jestExpect = global.expect; if (jestExpect) { jestExpect.extend(matchers_1.default); } else { throw new Error('Jest was not installed.'); } //# sourceMappingURL=index.js.map