UNPKG
@lucia-auth/nextjs
Version:
latest (0.5.7)
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Lucia integration for Next.js
github.com/pilcrowOnPaper/lucia
pilcrowOnPaper/lucia
@lucia-auth/nextjs
/
client.d.ts
4 lines
(3 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
import
type
{
User
}
from
"lucia-auth"
;
export
declare
const
getUser
:
() =>
Promise
<
Readonly
<
User
> |
null
>;
export
declare
const
signOut
:
() =>
Promise
<
void
>;