2.7.0 • Published 2 years ago

@ihaback/your-typescript-lib v2.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
import { chunk } from "@ihaback/your-typescript-lib"
// Chunk an array into smaller arrays of a specified size
    const bigArray = Array.from({ length: 100 }, (v, i) => i);

    const chunkedArray = chunk(bigArray, 25);
2.7.0

2 years ago

2.6.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago