Skip to content

Commit

Permalink
docs: add file header
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed May 4, 2022
1 parent a58a1f3 commit cec9310
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tools/js-for-ts.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* @fileoverview Tool to prepare JavaScript (+JSDoc) for TypeScript, inlining
* `@local`-marked `@typedef`'s, and building a faux class for `@export`-marked
* classes so the type can be exported out of a given file.
* @author Brett Zamir
*/

//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------

import js2tsAssistant from "@es-joy/js2ts-assistant";

await js2tsAssistant({
Expand Down

0 comments on commit cec9310

Please sign in to comment.