electron/spec-main/fixtures/module/to-string-non-function.js
2019-12-09 10:27:30 -08:00

4 lines
104 B
JavaScript

function hello () {
}
hello.toString = 'hello'
module.exports = { functionWithToStringProperty: hello }