UNPKG

recoder-code

Version:

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

4 lines • 190 B
export function createObject(keys, values) { return keys.reduce(function (result, key, i) { return ((result[key] = values[i]), result); }, {}); } //# sourceMappingURL=createObject.js.map