0.1.9 (#10)
All checks were successful
Publish / publish (push) Successful in 14s
Lint / lint (push) Successful in 11s

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #10
This commit was merged in pull request #10.
This commit is contained in:
Julien Valverdé
2024-08-20 02:19:32 +02:00
parent 94f16a3967
commit ca1d28a93c
7 changed files with 127 additions and 12 deletions

5
src/Layers/index.ts Normal file
View File

@@ -0,0 +1,5 @@
/**
* A wrapper around the jsonwebtoken library for Effect
* Requires `effect`, `jsonwebtoken` and `@types/jsonwebtoken` to be installed
*/
export * as JSONWebToken from "./JSONWebToken"