UNPKG

pocketbase-tools

Version:

A TypeScript toolkit for PocketBase, featuring a standard service/action/types layered structure. It provides interfaces and implementations for common business logic such as users, products, company profiles, and file utilities, making it suitable for se

9 lines (8 loc) 216 B
import pb from "./base"; import { createPBClient } from "./client"; export * from "./base"; export * from "./services"; export * from "./types"; export * from "./utils"; export { createPBClient }; export default pb;