Skip to content

Commit ee994b8

Browse files
committed
Update JSDoc
1 parent 0ef14c5 commit ee994b8

File tree

1 file changed

+4
-2
lines changed
  • lib/node_modules/@stdlib/utils/common-keys/lib

1 file changed

+4
-2
lines changed

lib/node_modules/@stdlib/utils/common-keys/lib/main.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ var hasOwnProp = require( '@stdlib/assert/has-own-property' );
2929
/**
3030
* Returns the common own property names of two or more objects.
3131
*
32-
* @param {...Object} obj - two or more objects
32+
* @param {*} obj1 - first object
33+
* @param {*} obj2 - second object
34+
* @param {...*} [obj] - additional objects
3335
* @throws {Error} must provide at least two objects
34-
* @returns {Array} common keys of objects
36+
* @returns {(StringArray|EmptyArray)} common keys
3537
*
3638
* @example
3739
* var obj = {

0 commit comments

Comments
 (0)