Updated AsyncFunction (markdown)

Namhyeon Go 2022-02-25 16:03:17 +09:00
parent 5ff003a6b5
commit 454bd1d652

@ -1,6 +1,6 @@
## AsyncFunction
JScript does not support the `async` keyword. So, Wilson JS uses the `AsyncFunction` class made by itself.
JScript does not support the `async` keyword. So, WelsonJS uses the `AsyncFunction` class made by itself.
### Examples