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

passes function values until returning a final value

returns the first value of an array

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

functionally logs values

recursively replaces a value based on a certain length

removes duplicates from an array

determines if data is of object type

interpolating variables in strings

returns a kebab string as a camel string

returns a string with trimmed whitespace

waits and checks for a callback function to returns true

waits a set amount of time before invoking a callback

Last updated

Was this helpful?