UNPKG

jitar

Version:

Distributed runtime for JavaScript and TypeScript to chop monolithic applications into micros.

6 lines (4 loc) 97 B
export async function sayHello(name: string): Promise<string> { return `Hello, ${name}!`; }