mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 14:59:29 +08:00
5 lines
107 B
Text
5 lines
107 B
Text
async function main () {
|
|
for await (const _ of (async function* () {})()) {
|
|
require(_)
|
|
}
|
|
}
|