Skip to content

Commit a0125e3

Browse files
brianjohnhannacalling
authored andcommitted
Fix TS function args definition for loadScriptPromised
1 parent b5b2cba commit a0125e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loadScriptPromised.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Needs a name due to a bug in the ESLint TS parser
2-
export default function defaultExport(url: string): Promise<void>;
2+
export default function defaultExport(url: string, attrs?: object): Promise<void>;

0 commit comments

Comments
 (0)