UNPKG

get-client-window-width

Version:

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

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