UNPKG

@sprucelabs/schema

Version:

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

4 lines (3 loc) • 112 B
export default function isUndefinedOrNull(value) { return typeof value === 'undefined' || value === null; }