6 lines
190 B
TypeScript
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"
|