UNPKG

@modern-kit/utils

Version:
7 lines (5 loc) 127 B
declare function getViewportSize(): { readonly width: number; readonly height: number; }; export { getViewportSize };