isNil.d.ts 60 B

1234
  1. declare function isNil(val: any): boolean;
  2. export = isNil;