wave-ai/frontend/.angular/cache/18.2.21/babel-webpack/4e805dd0b49fc32923fb5af9b18cb2ea0733e42865e6633caedd84aa51427aa3.json

1 line
355 B
JSON

{"ast":null,"code":"import { not } from '../util/not';\nimport { filter } from './filter';\nexport function partition(predicate, thisArg) {\n return source => [filter(predicate, thisArg)(source), filter(not(predicate, thisArg))(source)];\n}\n//# sourceMappingURL=partition.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}