466,018 packages matching “not-null”
objectorarray
v1.0.5 · 5 years ago
Is the value an object or an array but not null?
No known vulnerabilities
its-set
v1.2.3 · 8 years ago
Deep check if an identifier is defined and not null
No known vulnerabilities
@technically/is-not-null
v1.0.0 · 3 years ago
A micro-package to check if a value is not null. With proper TS typing!
No known vulnerabilities
existy
v1.0.1 · 10 years ago
Check if something exists (e.g. not null || undefined)
No known vulnerabilities
extant
v1.0.21 · 5 years ago
Basically, SQL COALESCE in JavaScript; return the first value that is not null.
No known vulnerabilities
not-null
v1.0.1 · 10 years ago
Return the first argument that is `!= null`
No known vulnerabilities
isset
v1.0.4 · 9 years ago
Determine if a variable is set and is not NULL
No known vulnerabilities
@sharyn/util.exists
v1.0.1 · 6 years ago
**`exists`** returns `true` if its argument is not `null` or `undefined`.
No known vulnerabilities
brisky-is-obj
v1.0.5 · 9 years ago
Checks whether an object is not null or a function or a brisky-base object
No known vulnerabilities
check-tool
v1.0.5 · 8 years ago
Simple set of functions to check variables. Includes check of undefined / defined / defined and not null / defined and not empty / is number / is function is object
No known vulnerabilities
required-pm
v1.0.18 · 4 years ago
ensures all required parameters are not null, or throws a useful error like 'phone is required'
No known vulnerabilities
@3-/txt_id
v0.1.7 · 9 months ago
``` CREATE TABLE IF NOT EXISTS `txt` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hash` binary(32) NOT NULL, `val` longtext DEFAULT NULL, PRIMARY KEY (`id`) /*T![clustered_index] CLUSTERED */, UNIQUE KEY `hash` (`hash`) ); ```
No known vulnerabilities
criterion
v0.4.0-rc.1 · 11 years ago
criterion allows you to work with (build, combine, reuse, ...) SQL-where-conditions ('x = 5 AND y IS NOT NULL'...) as data (goodbye string-concatenation) and compile them to SQL: it has a succinct mongodb-like query-language, a simple and elegant function
No known vulnerabilities
jiesi6-object-server
v1.0.7 · 6 years ago
create table object_class ( id int(10) unsigned not null auto_increment, create_time datetime not null default current_timestamp, name varchar(255) default null, scope varchar(100) default null, code varchar(100) not null, primary key(id) ) en
No known vulnerabilities
vue-is-defined
v1.0.10 · 6 months ago
Vue 3 type guard checking if ref value is not null/undefined
No known vulnerabilities
not-empty-ts
v1.0.2 · 1 year ago
A lightweight utility to check if an object is not empty, not null, or not undefined.
No known vulnerabilities
is-not-null-or-undefined
v2.0.0 · 2 months ago
TypeScript predicates and type guards for nullish values, booleans, non-empty values, and renderable React nodes
No known vulnerabilities
which
v7.0.0 · 3 months ago
Like which(1) unix command. Find the first instance of an executable in the PATH.
No known vulnerabilities
type-is-object
v1.0.9 · 7 years ago
A utility to test if a 'value' has a type of 'Object' and is not null
No known vulnerabilities
is-it-set
v1.0.3 · 10 years ago
A one-liner to check if a property is set (not null, undefined or empty string).
No known vulnerabilities