UNPKG

@sprucelabs/schema

Version:

Static and dynamic binding plus runtime validation and transformation to ensure your app is sound. 🤓

7 lines (6 loc) • 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = isUndefinedOrNull; function isUndefinedOrNull(value) { return typeof value === 'undefined' || value === null; }