buffer-indexof-polyfill

WebJar for buffer-indexof-polyfill

License

License

MIT
Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

buffer-indexof-polyfill
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

buffer-indexof-polyfill
WebJar for buffer-indexof-polyfill
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/sarosia/buffer-indexof-polyfill

Download buffer-indexof-polyfill

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/buffer-indexof-polyfill/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>buffer-indexof-polyfill</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/buffer-indexof-polyfill/
implementation 'org.webjars.npm:buffer-indexof-polyfill:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/buffer-indexof-polyfill/
implementation ("org.webjars.npm:buffer-indexof-polyfill:1.0.2")
'org.webjars.npm:buffer-indexof-polyfill:jar:1.0.2'
<dependency org="org.webjars.npm" name="buffer-indexof-polyfill" rev="1.0.2">
  <artifact name="buffer-indexof-polyfill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='buffer-indexof-polyfill', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "buffer-indexof-polyfill" % "1.0.2"
[org.webjars.npm/buffer-indexof-polyfill "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.2
1.0.1