UNPKG

76 BTypeScriptView Raw
1declare const isNegative: (num: any) => boolean;
2export default isNegative;