UNPKG
@nerdlat/auth
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Authentication library similar to Clerk for React and Express applications
@nerdlat/auth
/
dist
/
server
/
users.d.ts
6 lines
•
127 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
users
: {
id
:
number
;
email
:
string
;
password
:
string
; }[];
//# sourceMappingURL=users.d.ts.map