shithub: mycel

ref: ea391fd0eead3ce2ccbfe6594dfc9cf1c6e02b92
dir: /domino/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;
}