UNPKG

alepha

Version:

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

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