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 459bcce commit e895f8eCopy full SHA for e895f8e
.gitignore
@@ -1 +0,0 @@
1
-node_modules
README.md
@@ -17,6 +17,9 @@ At first import the library to your project.
17
18
import { search } from 'nested-javascript-search'
19
20
+// or by using a CDN.
21
+
22
+import { search } from 'https://unpkg.com/nested-javascript-search@1.0.0/src/index.js'
23
```
24
25
Then you can call to the search function.
package.json
@@ -1,6 +1,6 @@
{
2
"name": "nested-javascript-search",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Javascript Array deep search filter.",
5
"main": "src/index.js",
6
"scripts": {
0 commit comments