UNPKG

@formatjs/intl-pluralrules

Version:
11 lines (10 loc) 282 B
import "./index.js"; const internalSlotMap = new WeakMap(); export default function getInternalSlots(x) { let internalSlots = internalSlotMap.get(x); if (!internalSlots) { internalSlots = Object.create(null); internalSlotMap.set(x, internalSlots); } return internalSlots; }