is-positive.d.ts 76 B

12
  1. declare const isPositive: (num: any) => boolean;
  2. export default isPositive;