git ssb

0+

cel-desktop / ssb-pkg



Tree: ca90b5ca0579ebdcc0635288bce4978e3fb200f5

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