git ssb

0+

cel-desktop / ssb-pkg



Tree: efcf9fd06b02fa9bcd28681b4c777224e19702bb

Files: efcf9fd06b02fa9bcd28681b4c777224e19702bb / test / test-50-public-packages / node_modules / crusader / index.js

137 bytesRaw
1'use strict';
2
3function fn () {
4 return 'hello';
5}
6
7const fns = fn.toString();
8if (fns.indexOf('return') >= 0) {
9 console.log('ok');
10}
11

Built with git-ssb-web