Files
thilalib/src/Layers/index.ts
Julien Valverdé ca1d28a93c
All checks were successful
Publish / publish (push) Successful in 14s
Lint / lint (push) Successful in 11s
0.1.9 (#10)
Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: #10
2024-08-20 02:19:32 +02:00

6 lines
190 B
TypeScript

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