0.0.1 • Published 12 years ago
is-textual v0.0.1
is-textual
Check if a Buffer appears to be textual.
Installation
$ npm install is-textualExample
var buf = new Buffer('foo bar baz');
var isTextual = require('is-textual');
isTextual(buf);
// => trueLicense
MIT
0.0.1
12 years ago