shithub: mycel

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