is-textual

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i is-textual

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • tjholowaychuk