| Current Path : /var/www/html/isi/node_modules/crypto-browserify/example/ |
| Current File : /var/www/html/isi/node_modules/crypto-browserify/example/test.js |
var crypto = require('crypto')
var abc = crypto.createHash('sha1').update('abc').digest('hex')
console.log(abc)
// require('hello').inlineCall().call2()