import array_interleave from 'path/to/array_interleave';
// Example usage
const inputArray = [1, 2, 3, 4];
const interleavedArray = array_interleave(inputArray);
console.log(interleavedArray);
// Output: [ 1, 4, 2, 3 ]-
Notifications
You must be signed in to change notification settings - Fork 0
License
undefjs/array_interleave
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published