This commit is contained in:
Nathan Shively-Sanders 2019-10-31 13:03:28 -07:00
Родитель 3322677250
Коммит 3bda597a50
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -56,6 +56,7 @@ module.exports = function () {
```
* A commonjs module.exports assignment is not really an export default, and the d.ts should use the `export =` syntax.
* `export default` can only be used to export a commonjs `module.exports =` when you have `esModuleInterop` turned on, which not everybody does.
**Good**: