shithub: mycel

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