Closed
Description
The docs only mention indexOf
, but it's there, I would like to use it and don't feel good using undocumented API
$ node
> Buffer.prototype.lastIndexOf
[Function: lastIndexOf]
The docs only mention indexOf
, but it's there, I would like to use it and don't feel good using undocumented API
$ node
> Buffer.prototype.lastIndexOf
[Function: lastIndexOf]