@@ -8,7 +8,6 @@
|
||||
"test": "bun test"
|
||||
},
|
||||
"dependencies": {
|
||||
"jose": "^5.3.0",
|
||||
"result": "git+git@git.pband.ch:typescript/result.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
import {Result} from 'result'
|
||||
|
||||
export type JWT = `${string}.${string}.${string}`
|
||||
|
||||
export function create() : Result<JWT> {
|
||||
throw "todo"
|
||||
}
|
||||
export function verify() : boolean {
|
||||
throw "todo"
|
||||
}
|
||||
Reference in New Issue
Block a user