shithub: mycel

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