UNPKG

@cromarmot/algo

Version:

Algorithms library with controllable time complexity.

4 lines (3 loc) 164 B
export declare function isEven(v: number): boolean; export declare function isEvenON(v: number): boolean; export declare function isEvenRandom(v: number): boolean;