UNPKG

ram64

Version:

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

13 lines (12 loc) 306 B
"use strict"; exports.fn = void 0; var _getWithOptions = require("./getWithOptions"); var _set = require("./set"); const fn = (opts)=>{ const obj = (0, _getWithOptions).fn(opts); if (obj) return false; (0, _set).fn(opts); return true; }; exports.fn = fn; //# sourceMappingURL=insert.js.map