1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 17:59:55 +02:00
Oinktube/node_modules/dexie/import-wrapper-prod.mjs
2022-08-24 16:05:41 -03:00

7 lines
416 B
JavaScript

// Making the module version consumable via require - to prohibit
// multiple occurrancies of the same module in the same app
// (dual package hazard, https://nodejs.org/api/packages.html#dual-package-hazard)
import Dexie from "./dist/dexie.min.js";
const { liveQuery, mergeRanges, rangesOverlap, RangeSet, cmp } = Dexie;
export { liveQuery, mergeRanges, rangesOverlap, RangeSet, cmp, Dexie };
export default Dexie;