UNPKG

big-associative

Version:

Big associative containers who can store over 16M elements

8 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Writable = void 0; function Writable(elem) { return elem; } exports.Writable = Writable; //# sourceMappingURL=Writable.js.map