shithub: mycel

ref: 76e69c809a0edf60a350d61f2de3092ce000d8e3
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;
}