UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

9 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constant = void 0; var Constant; (function (Constant) { Constant.MAX_CAPACITY = Math.pow(2, 24) - 1; Constant.ITERATOR_TO_END = { done: true, value: undefined }; })(Constant = exports.Constant || (exports.Constant = {})); //# sourceMappingURL=Constant.js.map