mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
3 lines
38 B
JavaScript
3 lines
38 B
JavaScript
|
const p = Promise.resolve(42)
|
||
|
await p
|