UNPKG

alepha

Version:

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

14 lines (9 loc) 425 B
import { $module } from "alepha"; // --------------------------------------------------------------------------------------------------------------------- export * from "./index.shared.ts"; // --------------------------------------------------------------------------------------------------------------------- export const AlephaServerAuth = $module({ name: "alepha.server.auth", primitives: [], services: [], });