get-context-window.mjs 250 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 // Fixes https://github.com/motiondivision/motion/issues/2270 const getContextWindow = ({ current }) => { return current ? current.ownerDocument.defaultView : null; }; export { getContextWindow }; //# sourceMappingURL=get-context-window.mjs.map