Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
const
as declaration keyword in node environment
This is typical for the node environment, and likely will be until node gets `import`s. People who are transpiling their code in node can still override this by setting `declarationKeyword` in their configuration. Fixes #235
- Loading branch information