npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

is-textual

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:12
$ npm install is-textual
DailyWeeklyMonthlyYearly

is-textual

Check if a Buffer appears to be textual.

Installation

$ npm install is-textual

Example

var buf = new Buffer('foo bar baz');
var isTextual = require('is-textual');
isTextual(buf);
// => true

License

MIT