UNPKG

@wora/cache-persist

Version:
8 lines 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var mutateKeys_1 = require("./mutateKeys"); function filterKeys(filter) { return mutateKeys_1.mutateKeys(function (key) { return (filter(key) ? key : null); }, function (key) { return (filter(key) ? key : null); }); } exports.filterKeys = filterKeys; //# sourceMappingURL=filterKeys.js.map