UNPKG
fundsdb-zkpengine
Version:
latest (1.0.0)
1.0.0
A Zero-Knowledge Proof Engine using SnarkJS and PostgreSQL
fundsdb-zkpengine
/
src
/
auth
/
index.js
4 lines
(2 loc)
•
57 B
JavaScript
View Raw
1
2
3
4
const
jwt
=
require(
'./jwt'
);
module
.
exports
= { jwt };