UNPKG

device-navigation

Version:

Navigate HTML elements in two dimensions with non-pointer devices.

13 lines (12 loc) 241 B
/** * Just a wrapper for `>`. * * @category Internal */ export declare function greaterThan(a: any, b: any): boolean; /** * Just a wrapper for `>`. * * @category Internal */ export declare function lessThan(a: any, b: any): boolean;