UNPKG

recoder-code

Version:

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

6 lines • 208 B
import { argsOrArgArray } from '../util/argsOrArgArray'; import { raceWith } from './raceWith'; export function race(...args) { return raceWith(...argsOrArgArray(args)); } //# sourceMappingURL=race.js.map