1.1.1 • Published 10 years ago

blacklight v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

1.1.0

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago