npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "undefined" 的结果(共 26 个)
babel-plugin-undefined-to-void

Replace references to `undefined` with `void 0`

MIT
undefsafe

Undefined safe way of extracting object properties

MIT
lodash.isundefined

The modern build of lodash’s `_.isUndefined` as a module.

MIT
defined

return the first argument that is `!== undefined`

MIT
koalas

Coalesce for JavaScript. Returns the first value that is not undefined or null.

MIT
default-compare

Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.

MIT
babel-plugin-transform-undefined-to-void

Replace references to `undefined` with `void 0`

MIT
babel-plugin-transform-remove-undefined

This removes rvals that are equivalent to undefined wherever possible

MIT
make-generator-function

Returns an arbitrary generator function, or undefined if generator syntax is unsupported.

MIT
make-arrow-function

Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.

MIT
remark-lint-no-undefined-references

remark-lint rule to warn when references to undefined definitions are found

MIT
omit-undefined

Creates an object composed of the own and inherited enumerable string keyed properties of object that doesn't undefined.

MIT
noop-x

This method returns undefined.

MIT
is-null-like

A simple javascript function that will return true if the value is null like (aka undefined or null)

MIT
coalescy

Simple function that return the first non null or undefined argument

MIT
get-first

Pass an array of object paths (e.g. `a.b.c`) and get the first non-undefined value if the property exists, or null if it does not.

MIT
make-async-function

Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.

MIT
is-undefined

Check if a value is undefined or not.

MIT
existential

The missing existential operator for JavaScript. Returns true unless a variable is null or undefined

MIT
is-nil-x

Checks if `value` is `null` or `undefined`.

MIT
is-es6-generators

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.

MIT
join-path

Join urls or system paths, even with undefined values

MIT
without-undefined-properties

Copies an object without its undefined properties. 🫥

MIT
make-async-generator-function

Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.

MIT
remove-undefined-objects

Remove undefined properties and empty arrays from an object

MIT