Showing 1-20 of 49,252 packages
Null generator library
/dev/null for node streams
Ensure a path doesn't contain null bytes
Null Logger
ESLint rule to disallow null
Fastest way for creating null-prototype objects in JavaScript
Test if a value is null.
Is the value an object or an array but not null?
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Cross-platform `/dev/null`
```typescript export function getTempName(prefix?: string | null | undefined): string;
Returns true if the value is an object and not an array or null.
A faster alternative to Object.create(null)
Best type safe way to check null or undefined in typescript
Null writable stream
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Checks if the given value is null or undefined
Coalesce for JavaScript. Returns the first value that is not undefined or null.
Simple function that return the first non null or undefined argument
Pipe streams to /dev/null