tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dom.ts (55B)


      1 export type DOMNode = InstanceType<typeof window.Node>