shithub: mycel

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