Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
react-native-check-box
Checkbox component for react native, it works on iOS and Android.
has-flag
Check if argv has a specific flag
kind-of
Get the native type of a value.
is-stream
Check if something is a Node.js stream
is-fullwidth-code-point
Check if the character represented by a given Unicode code point is fullwidth
is-number
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
path-type
Check if a path is a file, directory, or symlink
is-wsl
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
isobject
Returns true if the value is an object and not an array or null.
is-glob
Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet
is-extglob
Returns true if a string has an extglob.
is-binary-path
Check if a file path is a binary file
type-check
type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.
is-plain-obj
Check if a value is a plain object
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
is-descriptor
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
is-extendable
Returns true if a value is a plain object, array or function.
is-generator-fn
Check if something is a generator function
is-unicode-supported
Detect whether the terminal supports Unicode
is-windows
Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.