isFinite.d.ts 66 B

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