UNPKG

pic-js-mops

Version:

An Internet Computer Protocol canister testing library for TypeScript and JavaScript.

7 lines 203 B
export function isNil(value) { return value === null || value === undefined; } export function isNotNil(value) { return value !== null && value !== undefined; } //# sourceMappingURL=is-nil.js.map