Remove nullish coalescing operator
Allow parsing of the nullish-coalescing operator
A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance
Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Trim empty, nullish, or falsey keys from your JSON object
/dev/null for node streams
Return a clone of a deep object, with all prototypes set to null.
A writeable stream which silently drops all incoming data similar to /dev/null
Remove nullish coalescing operator
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
A simple javascript function that will return true if the value is null like (aka undefined or null)
A faster alternative to Object.create(null)
The modern build of lodash’s `_.isNull` as a module.
superset of `JSON` adding date, regex, null and octal literals
The missing existential operator for JavaScript. Returns true unless a variable is null or undefined
Check whether a value is a `Generator` or `GeneratorFunction`. The `co` way, more strict checking. Always return boolean true or false, never null or undefined.