lhl 2bdf874dbb create il y a 2 mois
..
test 2bdf874dbb create il y a 2 mois
.eslintrc 2bdf874dbb create il y a 2 mois
.travis.yml 2bdf874dbb create il y a 2 mois
LICENSE 2bdf874dbb create il y a 2 mois
README.md 2bdf874dbb create il y a 2 mois
index.js 2bdf874dbb create il y a 2 mois
init-buffer.js 2bdf874dbb create il y a 2 mois
package.json 2bdf874dbb create il y a 2 mois

README.md

buffer-indexof-polyfill

Build Status NPM Version NPM Downloads

This is a polyfill for Buffer#indexOf and Buffer#lastIndexOf introduced in NodeJS 4.0.

Example

require("buffer-indexof-polyfill");

new Buffer("buffer").indexOf("uff") // return 1
new Buffer("buffer").indexOf("abc") // return -1

Installation

npm install buffer-indexof-polyfill

License

MIT