UNPKG

@formatjs/intl-pluralrules

Version:
13 lines (12 loc) 381 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = getInternalSlots; var internalSlotMap = new WeakMap(); function getInternalSlots(x) { var internalSlots = internalSlotMap.get(x); if (!internalSlots) { internalSlots = Object.create(null); internalSlotMap.set(x, internalSlots); } return internalSlots; }