@thinql/parse
Version:
Parse ThinQL queries to ASTs
15 lines (12 loc) • 350 B
JavaScript
;
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