UNPKG

recoder-code

Version:

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

6 lines • 209 B
import { zip } from '../observable/zip'; import { joinAllInternals } from './joinAllInternals'; export function zipAll(project) { return joinAllInternals(zip, project); } //# sourceMappingURL=zipAll.js.map