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