Skip to content

Commit cec9310

Browse files
committed
docs: add file header
1 parent a58a1f3 commit cec9310

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/js-for-ts.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
import js2tsAssistant from "@es-joy/js2ts-assistant";
213

314
await js2tsAssistant({

0 commit comments

Comments
 (0)