Skip to content

Commit dc2e91b

Browse files
authored
add link to dset
1 parent d7ec976 commit dc2e91b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ delve(obj, undefined, 'foo') === 'foo';
6161
```
6262

6363

64-
### Setter Counterpart
64+
### Setter Counterparts
6565

66-
[bury](https://github.com/kalmbach/bury) by [@kalmbach](https://github.com/kalmbach) does the opposite of `dlv` and is implemented in a very similar manner.
66+
- [dset](https://github.com/lukeed/dset) by [@lukeed](https://github.com/lukeed) is the spiritual "set" counterpart of `dlv` and very fast.
67+
- [bury](https://github.com/kalmbach/bury) by [@kalmbach](https://github.com/kalmbach) does the opposite of `dlv` and is implemented in a very similar manner.
6768

6869

6970
### License

0 commit comments

Comments
 (0)