1 line
346 B
JSON
1 line
346 B
JSON
{"ast":null,"code":"import { operate } from '../util/lift';\nimport { scanInternals } from './scanInternals';\nexport function scan(accumulator, seed) {\n return operate(scanInternals(accumulator, seed, arguments.length >= 2, true));\n}\n//# sourceMappingURL=scan.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |