File size: 223 Bytes
bc20498 |
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;
} |