type Observer<T> = object;
Defined in: types.ts:10
T
optional complete: () => void;
Defined in: types.ts:13
void
optional error: (err) => void;
Defined in: types.ts:12
unknown
optional next: (value) => void;
Defined in: types.ts:11
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications