From 9bb54e38fe152969a059ceb8746610608d19deee Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 22 May 2024 11:50:25 -0400 Subject: [PATCH] jsdoc --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 6a5d272..0cb1f35 100644 --- a/src/index.js +++ b/src/index.js @@ -2,4 +2,5 @@ import tag from "./tag.js"; import app from "./app.js"; export {app}; +/** exports tag as h */ export const h = tag;