is-negative.d.ts 76 B

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