UNPKG

generator-svalter

Version:

Generator to help you create and manage svelte/sapper application

8 lines (6 loc) 155 B
export function get(req: any, res: any) { res.writeHead(200, { 'Content-Type': 'application/json' }); res.end({value: 'Hello World'}); }