UNPKG
@daveyplate/better-auth-persistent
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Persistent session management for Better Auth
github.com/daveyplate/better-auth-persistent
@daveyplate/better-auth-persistent
/
src
/
stores
/
auth-client.ts
5 lines
(3 loc)
•
147 B
text/typescript
View Raw
1
2
3
4
5
import
{ atom }
from
"nanostores"
import
type
{
AuthClient
}
from
"../types/auth-client"
export
const
$authClient = atom<
AuthClient
|
null
>(
null
)