alepha
Version:
Easy-to-use modern TypeScript framework for building many kind of applications.
14 lines (9 loc) • 425 B
text/typescript
import { $module } from "alepha";
// ---------------------------------------------------------------------------------------------------------------------
export * from "./index.shared.ts";
// ---------------------------------------------------------------------------------------------------------------------
export const AlephaServerAuth = $module({
name: "alepha.server.auth",
primitives: [],
services: [],
});