UNPKG

recoder-code

Version:

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

6 lines • 248 B
import { operate } from '../util/lift'; import { scanInternals } from './scanInternals'; export function scan(accumulator, seed) { return operate(scanInternals(accumulator, seed, arguments.length >= 2, true)); } //# sourceMappingURL=scan.js.map