UNPKG

alepha

Version:

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

12 lines (8 loc) 203 B
export const mainBrowserTs = () => ` import { Alepha, run } from "alepha"; import { WebModule } from "./web/index.ts"; const alepha = Alepha.create(); alepha.with(WebModule); run(alepha); `.trim();