UNPKG

@thinql/parse

Version:
15 lines (12 loc) 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; const mapValues = (object, fn) => Object.keys(object).reduce((result, key) => { result[key] = fn(object[key], key, object); return result; }, {}); var _default = mapValues; exports.default = _default; //# sourceMappingURL=mapValues.js.map