UNPKG
kitcn
Version:
latest (0.15.4)
0.15.4
0.15.2
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.10
0.13.9
0.13.8
0.13.7
0.13.6
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.27
0.12.26
0.12.25
0.12.24
0.12.23
0.12.22
0.12.21
0.12.20
0.12.19
0.12.18
0.12.17
0.12.16
0.12.15
0.12.14
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.0.1
kitcn - React Query integration and CLI tools for Convex
kitcn.dev
udecode/kitcn
kitcn
/
dist
/
types-BCl8gfGy.d.ts
4 lines
•
133 B
TypeScript
View Raw
1
2
3
4
//#region src/auth/types.d.ts
type
GetAuth
<
Ctx
=
unknown
,
Auth
=
unknown
> =
(
ctx
:
Ctx
) =>
Auth
;
//#endregion
export
{
GetAuth
as
t };