diff --git a/loadScriptPromised.d.ts b/loadScriptPromised.d.ts index fdd63cc..86c80e2 100644 --- a/loadScriptPromised.d.ts +++ b/loadScriptPromised.d.ts @@ -1,2 +1,2 @@ // Needs a name due to a bug in the ESLint TS parser -export default function defaultExport(url: string): Promise; \ No newline at end of file +export default function defaultExport(url: string, attrs?: object): Promise; \ No newline at end of file