mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 23:41:52 +02:00
2 lines
226 B
JavaScript
2 lines
226 B
JavaScript
|
import{isServer as n}from'./ssr.js';function e(r){return n?null:r instanceof Node?r.ownerDocument:r!=null&&r.hasOwnProperty("current")&&r.current instanceof Node?r.current.ownerDocument:document}export{e as getOwnerDocument};
|