next-gs
Version:
NPM package for building a React+NextJS+Prisma admin application.
15 lines (12 loc) • 361 B
text/typescript
export * from "./types";
export * from "./auth";
export * from "./model";
export * from "./record";
export * from "./repository";
export * from "./table";
export * from "./updater";
export * from "./where";
export * from "./admin";
export * from "../utils/types";
export * from "../utils/crypto";
export { default as fn } from "../utils/funcs";