7 lines
97 B

export async function foo () {
return 'foo';
}
export async function bar () {
return 'bar';
}