stripNum.d.ts 88 B

123
  1. declare function stripNum(num: number, precision?: number): number;
  2. export = stripNum;