Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-50-public-packages / node_modules / crusader / index.js
137 bytesRaw
1 | ; |
2 | |
3 | function fn () { |
4 | return 'hello'; |
5 | } |
6 | |
7 | const fns = fn.toString(); |
8 | if (fns.indexOf('return') >= 0) { |
9 | console.log('ok'); |
10 | } |
11 |
Built with git-ssb-web