UNPKG

@enonic/js-utils

Version:
8 lines (7 loc) 92 B
// value/isNull.ts function isNull(value) { return value === null; } export { isNull };