1.1.1 • Published 9 years ago

blacklight v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

blacklight Build Status

Escape whitespace in strings

Usage

Escape

var blacklight = require('blacklight');

var escaped = blacklight.escape('\t\r\n'); // '\t\r\n' escaped, '\\t\\r\\n'

Log

var blacklight = require('blacklight');

blacklight.log('\t\r\n'); // prints '\t\r\n' instead of whitespace
// or just
blacklight('\t\r\n'); // prints '\t\r\n' instead of whitespace

License

MIT

1.1.1

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago