|
|
hace 6 días | |
|---|---|---|
| .. | ||
| test | hace 6 días | |
| .eslintrc | hace 6 días | |
| .travis.yml | hace 6 días | |
| LICENSE | hace 6 días | |
| README.md | hace 6 días | |
| index.js | hace 6 días | |
| init-buffer.js | hace 6 días | |
| package.json | hace 6 días | |
This is a polyfill for Buffer#indexOf and Buffer#lastIndexOf introduced in NodeJS 4.0.
require("buffer-indexof-polyfill");
new Buffer("buffer").indexOf("uff") // return 1
new Buffer("buffer").indexOf("abc") // return -1
npm install buffer-indexof-polyfill