jonschlinkert / utilsLinks
Fast, generic JavaScript/node.js utility functions.
☆61Updated 2 years ago
Alternatives and similar repositories for utils
Users that are interested in utils are comparing it to the libraries listed below
Sorting:
- Get a formatted timestamp. Used in gulp, assemble, generate, and many others.☆110Updated 5 years ago
- Recursively omit empty properties from an object. Omits empty objects, arrays, strings, and optionally zero. Similar results to what you …☆73Updated 5 years ago
- Check if a file path is an image☆97Updated 2 years ago
- Filter object keys and values into a new object☆105Updated last year
- Check if a URL is absolute☆80Updated 2 months ago
- Count the words in a string.☆17Updated 10 years ago
- Get the real path of the system temp directory☆83Updated 3 years ago
- Cross-browser element class manipulation☆52Updated 5 years ago
- Generate a random integer☆88Updated 2 months ago
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆95Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 3 years ago
- Convert a string/Buffer/Uint8Array to a readable stream☆93Updated 3 years ago
- Check whether a request can be retried based on the `error.code`☆82Updated 3 years ago
- List of JavaScript types☆82Updated last year
- Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!☆82Updated 6 years ago
- Check if a string is HTML☆95Updated 2 months ago
- Is the value an object, and not an array or null?☆108Updated last year
- Get the file extension and MIME type from a file☆26Updated 8 years ago
- 📂 Lightweight filesize to human-readable / proportions w/o dependencies for node.js & browsers.☆232Updated 5 years ago
- Generate a regex from a string or array of strings.☆60Updated 5 years ago
- Check if a string is a URL☆87Updated 2 years ago
- Stringify and write JSON to a file atomically☆223Updated 2 months ago
- Generate a unique random string☆88Updated 3 years ago
- Basic object store with methods like get/set/extend/omit☆57Updated 3 years ago
- Deeply assign the enumerable properties of source objects to a destination object.☆78Updated 3 years ago
- Get the extension of a given filename or path☆30Updated 7 years ago
- Sort the keys of an object☆105Updated 3 months ago
- Check if a value is a plain object☆103Updated last year
- Walk a directory tree emitting events based on the contents. API compatable with node-findit. Walk a tree of any depth. Fast! Handles per…☆130Updated 2 years ago
- Get consecutively unique elements from an array☆76Updated last year