UNPKG

@anywhichway/lazui

Version:

Single page apps and lazy loading sites with minimal JavaScript or client build processes.

7 lines (6 loc) 177 B
const handlers = { get(request) { return new Response("Hello world!",{status:200,headers:{"Content-Type":"text/plain"}}) } } export {handlers as default};