indexOf
Lame indexOf thing, thanks microsoft
Example
var index = require('indexof');
index(arr, obj);
License
MIT
License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdindexof |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionindexof
WebJar for indexof
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
indexof-0.0.1.pom | |
indexof-0.0.1.jar | 3 KB |
indexof-0.0.1-sources.jar | 22 bytes |
indexof-0.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/indexof/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>indexof</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/indexof/
implementation 'org.webjars.npm:indexof:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/indexof/
implementation ("org.webjars.npm:indexof:0.0.1")
'org.webjars.npm:indexof:jar:0.0.1'
<dependency org="org.webjars.npm" name="indexof" rev="0.0.1">
<artifact name="indexof" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='indexof', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "indexof" % "0.0.1"
[org.webjars.npm/indexof "0.0.1"]
Lame indexOf thing, thanks microsoft
var index = require('indexof');
index(arr, obj);
MIT