UNPKG

@enonic/js-utils

Version:
6 lines (5 loc) 118 B
// value/isNotSet.ts var isNotSet = (value) => value === null || typeof value === "undefined"; export { isNotSet };