toInt.d.ts 59 B

1234
  1. declare function toInt(val: any): number;
  2. export = toInt;