UNPKG

ram64

Version:

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

13 lines (12 loc) 334 B
"use strict"; exports.fn = void 0; var _get = require("./get"); const fn = (opts)=>{ const oldValue = (0, _get).fn(opts); const oldMap = oldValue instanceof Map ? oldValue : new Map(); return oldValue === undefined ? undefined : [ ...oldMap.keys() ]; }; exports.fn = fn; //# sourceMappingURL=mapGetKeys.js.map