TenantAtlas/apps/platform/.pnpm-store/v10/files/29/03d7dbcb8a0c569433f5cfe68b604fa841b68c3d48aa22ac7e1c54e4d6957e8f256e8a76b17e9b80ffdcaa185bb2a65d6f87c7c7f7d26a3bb94f6a6f92324c
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

5 lines
166 B
Plaintext

import { filter } from './filter';
export function skip(count) {
return filter(function (_, index) { return count <= index; });
}
//# sourceMappingURL=skip.js.map