Packages 📦

Common Utilities provides bite-sized packages for each common JavaScript utility. Use what it is needed without what is not.

Package

NPM Link

Description

npm version

passes function values until returning a final value

npm version

returns the first value of an array

npm version

passes function values until returning a final value (in the opposite order of compose)

npm version

functionally logs values

npm version

recursively replaces a value based on a certain length

npm version

removes duplicates from an array

npm version

determines if data is of object type

npm version

deeply merges 2 objects

npm version

interpolating variables in strings

npm version

returns a kebab string as a camel string

npm version

returns a string with trimmed whitespace

npm version

waits and checks for a callback function to returns true

npm version

waits a set amount of time before invoking a callback

Last updated

Was this helpful?