UNPKG

@enonic/js-utils

Version:
4 lines (3 loc) 95 B
export function isUndefined(value: unknown): boolean { return typeof value === 'undefined'; }