Skip to content

Commit ef4c067

Browse files
committed
docs(merge): Improve merge.unique docs
Closes #103.
1 parent ad2f92a commit ef4c067

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ customizeObject({ object1: {} }, { object2: {} }, bar2);
9292

9393
### **`merge.unique(<field>, <fields>, field => field)`**
9494

95+
The first <field> is the config property to look through for duplicates.
96+
97+
<fields> represents the values that should be unique when you run the field => field function on each duplicate.
98+
9599
```javascript
96100
const output = merge({
97101
customizeArray: merge.unique(

0 commit comments

Comments
 (0)