Comment
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2024-08-20 02:10:21 +02:00
parent 6f97819302
commit de9c781e20

View File

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