UNPKG

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