UNPKG

ram64

Version:

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

11 lines (10 loc) 275 B
"use strict"; exports.fn = void 0; var _get = require("./get"); const fn = (opts)=>{ const oldValue = (0, _get).fn(opts); const oldStr = typeof oldValue === 'string' ? oldValue : ''; return oldStr.length; }; exports.fn = fn; //# sourceMappingURL=strLength.js.map