0.1.9 #10

Merged
Thilawyn merged 7 commits from next into master 2024-08-20 02:19:32 +02:00
Showing only changes of commit de9c781e20 - Show all commits

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"