Skip to content

Commit

Permalink
docs: Add module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
takker99 committed Aug 2, 2024
1 parent 894622f commit afe8ba4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions mod.ts

This file was deleted.

5 changes: 4 additions & 1 deletion rest.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @module types used at REST API */
/** type definitions for Cosense REST API responses
*
* @module
*/

export * from "./base.ts";
export * from "./commit.ts";
Expand Down
6 changes: 4 additions & 2 deletions userscript.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/** @module types used at UserScript */

/** type definitions for Cosense UserScript
*
* @module
*/
export * from "./base.ts";
export * from "./blocks.ts";
export * from "./node/node.ts";
Expand Down

0 comments on commit afe8ba4

Please sign in to comment.