UNPKG

hd-utils

Version:

A handy utils for modern JS developers

6 lines (5 loc) 182 B
/** * @description will get the window object or a mock. this is good for SSR. * @example getWindow().document */ export default function getWindow(): Window & typeof globalThis;