shithub: opossum

ref: f8c9bd648275f2b20c6b2656dfcc5a1800cde026
dir: opossum/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;
}