Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 689 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 689 Bytes

structmaster

structmaster is a versatile utility library that aims to provide a collection of helpful functions for working with arrays and other data structures. Currently, we offer various functions for arrays, and we're actively working on adding support for other data structures.

Features

Arrays

  • chunk: Splits an array into chunks of a specified size.
  • deepMerge: Deeply merges two or more arrays.
  • unique: Returns an array with unique elements.
  • zip: Combines multiple arrays into one array of arrays.
  • unzip: Reverses the zip operation, separating arrays.

Installation

structmaster is not yet published on npm. Stay tuned for updates!