Skip to content

Commit 0ef14c5

Browse files
committed
Update docs
1 parent 6c98e15 commit 0ef14c5

File tree

1 file changed

+9
-3
lines changed
  • lib/node_modules/@stdlib/utils/common-keys/docs

1 file changed

+9
-3
lines changed

lib/node_modules/@stdlib/utils/common-keys/docs/repl.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
{{alias}}( ...obj )
1+
{{alias}}( obj1, obj2[, ...obj] )
22
Returns the common own property names of two or more objects.
33

44
Parameters
55
----------
6-
obj: ...Object
7-
Two or more objects.
6+
obj1: any
7+
First object.
8+
9+
obj2: any
10+
Second object.
11+
12+
obj: ...any (optional)
13+
Additional objects.
814

915
Returns
1016
-------

0 commit comments

Comments
 (0)