summaryrefslogtreecommitdiff
path: root/client/node_modules/domino/lib/index.d.ts
blob: a0cbb92c03729fcbd9c39213e5e112087baf8289 (plain)
1
2
3
4
5
declare module "domino" {
  function createDOMImplementation(): DOMImplementation;
  function createDocument(html?: string, force?: boolean): Document;
  function createWindow(html?: string, address?: string): Window;
}