shithub: mycel

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