shithub: mycel

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