????
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/skip.js |
import { filter } from './filter'; export function skip(count) { return filter(function (_, index) { return count <= index; }); } //# sourceMappingURL=skip.js.map