UNPKG

alepha

Version:

Easy-to-use modern TypeScript framework for building many kind of applications.

17 lines (12 loc) 582 B
import { $module } from "alepha"; // --------------------------------------------------------------------------------------------------------------------- export * from "./entities/identities.ts"; export * from "./entities/sessions.ts"; export * from "./entities/users.ts"; export * from "./schemas/registerSchema.ts"; export * from "./schemas/resetPasswordSchema.ts"; // --------------------------------------------------------------------------------------------------------------------- export const AlephaApiUsers = $module({ name: "alepha.api.users", services: [], });