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

2 lines (1 loc) 75 B
export default function getCurrentDocument(obj: unknown): Document | null;