UNPKG

@formatjs/intl-pluralrules

Version:
10 lines (9 loc) 283 B
var internalSlotMap = new WeakMap(); export default function getInternalSlots(x) { var internalSlots = internalSlotMap.get(x); if (!internalSlots) { internalSlots = Object.create(null); internalSlotMap.set(x, internalSlots); } return internalSlots; }