UNPKG

get-client-window-height

Version:

A safe way of returning the interior height of the window in pixels

3 lines (2 loc) 98 B
export declare const getClientWindowHeight: () => number; export default getClientWindowHeight;