isUndef.d.ts 73 B

123
  1. declare function isUndef(val: any): val is undefined;
  2. export = isUndef;