From 763671753f546576a90cee689a6d930687dbf550 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Sun, 12 Feb 2017 22:16:22 -0800 Subject: [PATCH] Update index.d.ts --- jsdom/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsdom/index.d.ts b/jsdom/index.d.ts index a7d8e1d58b..0f272a7c35 100644 --- a/jsdom/index.d.ts +++ b/jsdom/index.d.ts @@ -89,7 +89,7 @@ export interface DocumentWithParentWindow extends Document { * equivalent to what a browser will give if you open up an empty .html file. * @param options see the explanation of the config object above. */ -export declare function jsdom(markup: string, config?: Config): DocumentWithParentWindow; +export declare function jsdom(markup?: string, config?: Config): DocumentWithParentWindow; /** * Before creating any documents, you can modify the defaults for all future documents: