shithub: mycel

ref: fc060bb0db3672c1cb6cfe4ceab1227f86746945
dir: /cmd/gojafs/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;
}