UNPKG

recoder-code

Version:

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

7 lines • 176 B
function _skipFirstGeneratorNext(t) { return function () { var r = t.apply(this, arguments); return r.next(), r; }; } export { _skipFirstGeneratorNext as default };