shithub: mycel

ref: a14dc524b9ddd5c8f625e4add10dc5456b1e5597
dir: /domino-lib/index.d.ts/

View raw version
declare module "domino" {
  function createDOMImplementation(): DOMImplementation;
  function createDocument(html?: string, force?: boolean): Document;
  function createWindow(html?: string, address?: string): Window;
}