We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee931d9 commit 0df9752Copy full SHA for 0df9752
composer.json
@@ -1,12 +1,15 @@
1
{
2
"name": "samsonasik/array-lookup",
3
"type": "library",
4
- "description": " A fast array lookup library ",
+ "description": "A fast lookup library that help you verify and search array and Traversable data",
5
"keywords": [
6
"array",
7
+ "traversable",
8
+ "iterable",
9
"search",
10
"filter",
- "fast"
11
+ "fast",
12
+ "lookup"
13
],
14
"homepage": "https://github.com/samsonasik/ArrayLookup",
15
"license": "MIT",
0 commit comments