Files: ca90b5ca0579ebdcc0635288bce4978e3fb200f5 / 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