I hereby claim:
- I am dijs on github.
- I am dijs (https://keybase.io/dijs) on keybase.
- I have a public key ASAwfYz8pR__vxK7rmaK-yFUWJFuB11izKq98hOv6ZDjJwo
To claim this, I am signing this object:
| function get(obj, path, def) { | |
| const parts = path.split('.'); | |
| const [first,] = parts; | |
| const value = obj[first]; | |
| if (parts.length === 1) { | |
| return value || def; | |
| } | |
| return get(value, parts.slice(1).join('.'), def); | |
| } |
I hereby claim:
To claim this, I am signing this object: