4 lines
41 B
JavaScript
4 lines
41 B
JavaScript
async function bar() {
|
|
await* foo();
|
|
}
|
async function bar() {
|
|
await* foo();
|
|
}
|