to-string-non-function.js 102 B

12345
  1. function hello () {
  2. }
  3. hello.toString = 'hello'
  4. module.exports = {functionWithToStringProperty: hello}