Skip to content

Commit

Permalink
Fix module-class.d.ts incorrect export as namespace syntax (#3302)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundTheWOUT authored Jan 19, 2025
1 parent 0e6f3a0 commit b328017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To handle both importing via UMD and modules:
*~ loaded outside a module loader environment, declare that global here.
*~ Otherwise, delete this declaration.
*/
export as namespace "super-greeter";
export as namespace myClassLib;

/*~ This declaration specifies that the class constructor function
*~ is the exported object from the file
Expand Down

0 comments on commit b328017

Please sign in to comment.