vlad 6f123ff03e 18.07 | преди 6 години | |
---|---|---|
.. | ||
es2015 | преди 6 години | |
source | преди 6 години | |
HISTORY.md | преди 6 години | |
LICENSE.md | преди 6 години | |
README.md | преди 6 години | |
index.js | преди 6 години | |
package.json | преди 6 години |
Determines if a buffer is comprised of text or binary
npm install --save istextorbinary
require('istextorbinary')
npm install --save istextorbinary
require('istextorbinary')
//wzrd.in/bundle/istextorbinary@2.2.1
ender add istextorbinary
require('istextorbinary')
This package is published with the following editions:
istextorbinary
aliases istextorbinary/index.js
which uses Editions to automatically select the correct edition for the consumers environmentistextorbinary/source/index.js
is Source + ESNext + Requireistextorbinary/es2015/index.js
is Babel Compiled + ES2015 + RequireOlder environments may need Babel's Polyfill or something similar.
// Synchronous API
var result = require('istextorbinary').isTextSync(filename, buffer)
// Asynchronous API
require('istextorbinary').isText(filename, buffer, function(err, result){
// ...
})
// You can supply text or buffer, or both text and buffer, the more provided, the more accurate the result
Discover the release history by heading on over to the HISTORY.md
file.
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Unless stated otherwise all works are:
and licensed under: