UNPKG

@enonic/js-utils

Version:
8 lines (7 loc) 121 B
// value/isUndefined.ts function isUndefined(value) { return typeof value === "undefined"; } export { isUndefined };