Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
monishcm committed Apr 8, 2024
1 parent fbcf0dc commit c36f032
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@monishcm-jsr/hello-jsr",
"version": "0.1.2",
"version": "0.1.3",
"exports": "./mod.ts"
}
7 changes: 7 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// calculator.ts

+ /**
+ * This module contains functions to add / subtract / multiply and divide 2 numbers.
+ * @module
+ */


/**
*
* @param a first number
Expand Down

0 comments on commit c36f032

Please sign in to comment.