shithub: mycel

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