bknd
Version:
Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.
8 lines (7 loc) • 431 B
TypeScript
export { ClientProvider, useBkndWindowContext, type ClientProviderProps, useApi, useBaseUrl, useClientContext } from "./ClientProvider";
export * from "./api/use-api";
export * from "./api/use-entity";
export { useAuth } from "./schema/auth/use-auth";
export { Api, type TApiUser, type AuthState, type ApiOptions } from "../../Api";
export { FetchPromise } from "../../modules/ModuleApi";
export type { RepoQueryIn } from "../..";