mirror of
https://github.com/chaijs/chai
synced 2024-11-13 23:37:07 +00:00
docs: specify return type of objDisplay (#1490)
previously it was incorrectly labeled as `objDisplay(obj: object): void` in `@types/chai`.
This commit is contained in:
parent
b455124097
commit
3a8c49a707
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue