0.1.17 #18

Merged
Thilawyn merged 37 commits from next into master 2024-09-07 20:56:30 +02:00
2 changed files with 3 additions and 6 deletions
Showing only changes of commit c96c01b295 - Show all commits

View File

@@ -1,2 +1,2 @@
export * from "./ExpressApp" export * as ExpressApp from "./ExpressApp"
export * from "./ExpressNodeHTTPServer" export * as ExpressNodeHTTPServer from "./ExpressNodeHTTPServer"

View File

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