From de9c781e206bc92860ca7f91d2abab9a5dfae20c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 20 Aug 2024 02:10:21 +0200 Subject: [PATCH] Comment --- src/Layers/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Layers/index.ts b/src/Layers/index.ts index 37dc85f..0ff0f6f 100644 --- a/src/Layers/index.ts +++ b/src/Layers/index.ts @@ -1 +1,5 @@ +/** + * A wrapper around the jsonwebtoken library for Effect + * Requires `jsonwebtoken` and `@types/jsonwebtoken` to be installed + */ export * as JSONWebToken from "./JSONWebToken"