UNPKG

vanillajs-browser-helpers

Version:

Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS in the browser

3 lines (2 loc) 131 B
import type { GeneralWindow } from './shared/types'; export default function getCurrentWindow(obj: unknown): null | GeneralWindow;