electron/spec-main/fixtures/module/to-string-non-function.js

5 lines
106 B
JavaScript
Raw Normal View History

function hello () {
}
2020-03-20 20:28:31 +00:00
hello.toString = 'hello';
module.exports = { functionWithToStringProperty: hello };