????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm/internal/operators/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm/internal/operators/count.js |
import { reduce } from './reduce'; export function count(predicate) { return reduce((total, value, i) => (!predicate || predicate(value, i) ? total + 1 : total), 0); } //# sourceMappingURL=count.js.map