UNPKG

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