UNPKG

jitar

Version:

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

6 lines (4 loc) 143 B
export default async function sayHello(firstName: string, lastName: string): Promise<string> { return `Hello ${firstName} ${lastName}`; }