Skip to content

Commit

Permalink
docs: specify return type of objDisplay (#1490)
Browse files Browse the repository at this point in the history
previously it was incorrectly labeled as `objDisplay(obj: object): void` in `@types/chai`.
  • Loading branch information
scarf005 committed Dec 5, 2022
1 parent b455124 commit 3a8c49a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chai/utils/objDisplay.js
Expand Up @@ -19,6 +19,7 @@ var config = require('../config');
* messages or should be truncated.
*
* @param {Mixed} javascript object to inspect
* @returns {string} stringified object
* @name objDisplay
* @namespace Utils
* @api public
Expand Down

0 comments on commit 3a8c49a

Please sign in to comment.