We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6f3a0 commit b328017Copy full SHA for b328017
packages/documentation/copy/en/declaration-files/templates/module-class.d.ts.md
@@ -50,7 +50,7 @@ To handle both importing via UMD and modules:
50
*~ loaded outside a module loader environment, declare that global here.
51
*~ Otherwise, delete this declaration.
52
*/
53
-export as namespace "super-greeter";
+export as namespace myClassLib;
54
55
/*~ This declaration specifies that the class constructor function
56
*~ is the exported object from the file
0 commit comments