@jay-js/system
Version:
A powerful and flexible TypeScript library for UI, state management, lazy loading, routing and managing draggable elements in modern web applications.
6 lines (5 loc) • 385 B
TypeScript
export { queryCache } from "./cache.js";
export { mutation } from "./mutation.js";
export { prefetchQuery } from "./prefetch.js";
export { query } from "./query.js";
export type { TCacheInvalidationPredicate, TMutationFetcher, TMutationOptions, TMutationStatus, TMutationStore, TPrefetchOptions, TQueryFetcher, TQueryKey, TQueryOptions, TQueryStatus, TQueryStore, } from "./types.js";