shithub: mycel

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