3 lines
59 B

declare function toNum(val: any): number;
export = toNum;