toNum.d.ts 59 B

123
  1. declare function toNum(val: any): number;
  2. export = toNum;