UNPKG

vue-app-sdk

Version:
9 lines (8 loc) 357 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const _assocIndexOf = require("./_assocIndexOf.cjs"); function listCacheGet(key) { var data = this.__data__, index = _assocIndexOf.default(data, key); return index < 0 ? void 0 : data[index][1]; } exports.default = listCacheGet;