We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8029d5 commit 4b6b709Copy full SHA for 4b6b709
README.md
@@ -2,6 +2,14 @@
2
3
Getting object property by a path string.
4
5
+## Installation
6
+
7
+```
8
+npm i @damianc/obj-path
9
10
11
+## Use
12
13
```
14
const obj = {
15
foo: {
package.json
@@ -1,5 +1,5 @@
1
{
- "name": "obj-path",
+ "name": "@damianc/obj-path",
"version": "1.0.0",
"description": "Getting object property by a path string.",
"main": "index.js",
0 commit comments