Enhance your JavaScript projects with the Devlander JavaScript Utils Collection - a meticulously curated set of utility functions to streamline your coding workflow. Join our vibrant community on Discord, engage in discussions on GitHub, and stay updated with our latest streams on Twitch. Boost your project's efficiency today!
The Devlander JavaScript Utils Collection is an evolving library of JavaScript utilities developed by Landon Johnson. These utilities address everyday coding tasks, reducing the need for repetitive code and enhancing productivity. Open to community input for naming and improvements; this project aims to be a go-to resource for developers.
isDeepEqual(obj1, obj2)
: Deeply compares two objects for equality.isJson(value)
: Validates if a value is a legitimate JSON string or object.mergeObjects(oldObj, newObj)
: Merges two nested objects into one.hasItemByLetterAndFilter(array, key, value)
: Filters various objects based on a specified letter and additional filter criteria.abbreviateNumber(value)
: Abbreviates numbers with appropriate suffixes (k, m, b, t) for readability.waitFor(value, timeUnits?: ms | s, logDuration?: boolean)
: Delays the execution of a function by a specified time.Dive into our utility functions with ease. Each utility is documented with parameters, return values, and usage examples to get you started quickly. Whether you're merging objects, checking JSON validity, or filtering data, our collection is designed to enhance your development process with minimal effort.
npm install @devlander/utils
We welcome contributions, feedback, and suggestions! Join our discussions on GitHub, or connect with us on Discord and Twitter. Your input helps us improve the Devlander JavaScript Utils Collection for the developer community.
Generated using TypeDoc