dleitee /
strman
| 1 | require('babel-core/register'); |
||
| 2 | |||
| 3 | /* |
||
| 4 | var strman = require('./src/strman'); |
||
| 5 | var safe = strman.safeTruncate; |
||
| 6 | |||
| 7 | console.log(safe('foo bar', 3, '.')); |
||
| 8 | */ |
||
| 9 | var strman = require('./src/strman'); |
||
| 10 | var hexEncode = strman.hexEncode; |
||
| 11 | console.log(hexEncode('strman')); |
||
|
0 ignored issues
–
show
Debugging Code
introduced
by
Loading history...
|
|||
| 12 |