This commit is contained in:
Violet.Lee 2019-09-17 00:38:10 +09:00 committed by GitHub
parent 646989dd47
commit 9fd6995ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,7 +151,7 @@ say.*!*hi*/!*('John'); // Hello, John!
say.*!*bye*/!*('John'); // Bye, John!
```
## export default
## Export default
In practice, there are mainly two kinds of modules.