isOdd.d.ts 63 B

123
  1. declare function isOdd(num: number): boolean;
  2. export = isOdd;