UNPKG

@eleven-am/xquery

Version:

XQuery is a sophisticated TypeScript wrapper for TanStack React Query, designed to enhance developer productivity with OpenAPI-generated clients. It enables developers to build and execute queries using fully type-safe factories instead of managing query

5 lines (4 loc) 120 B
export declare function useTimer(): { start: (callback: () => void, time: number) => void; stop: () => void; };