Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use non-arrow-function for export (#18)
* Use non-arrow-function for export * Explicitly set arguments[0] In strict mode, the elements in `arguments` are not the same ref as the actual arguments used in the function, editing one won't change the other. [Useful MDN link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode#Making_eval_and_arguments_simpler) * Add a comment about 'use strict'
- Loading branch information