www_hero/node_modules/detective/test/files/for-await.js
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00

6 lines
107 B
JavaScript

async function main () {
for await (const _ of (async function* () {})()) {
require(_)
}
}