UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

8 lines • 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createObject = void 0; function createObject(keys, values) { return keys.reduce(function (result, key, i) { return ((result[key] = values[i]), result); }, {}); } exports.createObject = createObject; //# sourceMappingURL=createObject.js.map