UNPKG

ram64

Version:

Multi-threaded 64bit memory cache database inspired by redis-like features

11 lines (10 loc) 311 B
"use strict"; exports.fn = void 0; var _get = require("./get"); const fn = (opts)=>{ const oldValue = (0, _get).fn(opts); const oldSet = oldValue instanceof Set ? oldValue : new Set(); return oldValue === undefined ? undefined : oldSet; }; exports.fn = fn; //# sourceMappingURL=setGetMembers.js.map