UNPKG

elm-pages

Version:

Hybrid Elm framework with full-stack and static routes.

6 lines (5 loc) 109 B
// script/custom-backend-task.ts async function hello(name) { return `Hello ${name}!`; } export { hello };