UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 233 B
/** * Tests to see if the specified value is an even integer * * @param input The number to test * @returns true if the number is an even integer */ export declare function isEven(input: number): boolean; export default isEven;