UNPKG
@astro-auth/client
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
The client package of the Astro Auth library
@astro-auth/client
/
dist
/
types
/
signOut
/
index.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
declare
const
signIn
:
(
callback
?:
string
|
undefined
) =>
Promise
<
any
>;
export
default
signIn;