Skip to content

structmaster is a versatile utility library that aims to provide a collection of helpful functions for working with arrays and other data structures.

Notifications You must be signed in to change notification settings

mdarslan7/structmaster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

structmaster is a versatile utility library that aims to provide a collection of helpful functions for working with arrays and other data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%