|
|
3 months ago | |
|---|---|---|
| .. | ||
| test | 3 months ago | |
| .eslintrc | 3 months ago | |
| .travis.yml | 3 months ago | |
| LICENSE | 3 months ago | |
| README.md | 3 months ago | |
| index.js | 3 months ago | |
| init-buffer.js | 3 months ago | |
| package.json | 3 months ago | |
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