is-undefined.d.ts 91 B

12
  1. declare const isUndefined: (value: any) => value is undefined;
  2. export default isUndefined;