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 a58a1f3 commit cec9310Copy full SHA for cec9310
tools/js-for-ts.js
@@ -1,3 +1,14 @@
1
+/**
2
+ * @fileoverview Tool to prepare JavaScript (+JSDoc) for TypeScript, inlining
3
+ * `@local`-marked `@typedef`'s, and building a faux class for `@export`-marked
4
+ * classes so the type can be exported out of a given file.
5
+ * @author Brett Zamir
6
+ */
7
+
8
+//------------------------------------------------------------------------------
9
+// Requirements
10
11
12
import js2tsAssistant from "@es-joy/js2ts-assistant";
13
14
await js2tsAssistant({
0 commit comments