From c36f03281a68ee81d1f1c30b7ac6c1f7be1034d4 Mon Sep 17 00:00:00 2001 From: Monish C Mohan <23190045+monishcm@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:34:37 +0200 Subject: [PATCH] more docs --- jsr.json | 2 +- mod.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/jsr.json b/jsr.json index fb8d68b..360e166 100644 --- a/jsr.json +++ b/jsr.json @@ -1,5 +1,5 @@ { "name": "@monishcm-jsr/hello-jsr", - "version": "0.1.2", + "version": "0.1.3", "exports": "./mod.ts" } \ No newline at end of file diff --git a/mod.ts b/mod.ts index 9997420..f63700c 100644 --- a/mod.ts +++ b/mod.ts @@ -1,4 +1,11 @@ // calculator.ts + ++ /** ++ * This module contains functions to add / subtract / multiply and divide 2 numbers. ++ * @module ++ */ + + /** * * @param a first number