UNPKG

164 BTypeScriptView Raw
1import { ConstructorOptions } from "jsdom";
2
3export = jsdomGlobal;
4
5declare function jsdomGlobal(html?: string | Buffer, options?: ConstructorOptions): () => void;