зеркало из https://github.com/electron/electron.git
5 строки
102 B
JavaScript
5 строки
102 B
JavaScript
|
function hello () {
|
||
|
}
|
||
|
hello.toString = 'hello'
|
||
|
module.exports = {functionWithToStringProperty: hello}
|