UNPKG

ram64

Version:

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

11 lines (10 loc) 310 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; }; exports.fn = fn; //# sourceMappingURL=mapGetFields.js.map