shithub: mycel

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