Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
koalas
Coalesce for JavaScript. Returns the first value that is not undefined or null.
is-window
Checks if the given value is a window object.
null-check
Ensure a path doesn't contain null bytes
graphql-sock
GraphQL Semantic Output Conversion Kit - converts a cutting edge SDL file that supports semantic nullability into a more traditional SDL file legacy tools can support.
ts-is-present
A library to have a generic typescript definition for object presence.
typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
falsey
Returns true if the given is falsey (according to JavaScript) or matches a 'falsey' keyword.
is-nil
Checks if the given value is null or undefined
coalescy
Simple function that return the first non null or undefined argument
is-string-and-not-blank
3x as fast as `is-whitespace` and `whitespace-regex` thanks to `is-string-blank`. This package is a simple function that accepts an argument and returns `true` if it is a string AND it is not blank. Supports Node and Browser environments.
empty-module
Return an empty module, 'nuff said
@cdktf/provider-null
Prebuilt null Provider for Terraform CDK (cdktf)
common-errors
Common error classes and utility functions
just-flush
returns a copy of an array or object with null/undefined members removed
@stdlib/assert-is-null
Test if a value is null.
validation-utils
Validation utilities
@lavadrop/ensure
Ensures value is defined (i.e., neither undefined nor null).