Skip to content

Commit

Permalink
chore(types): misc fixes for tsdoc parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 29, 2023
1 parent 5e60ced commit a263c70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/assert/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @callback BaseAssert
* The `assert` function itself.
*
* @param {*} flag The truthy/falsy value
* @param {any} flag The truthy/falsy value
* @param {Details} [optDetails] The details to throw
* @param {ErrorConstructor} [ErrorConstructor] An optional alternate error
* constructor to use.
Expand Down Expand Up @@ -58,8 +58,8 @@
* The `assert.equal` method
*
* Assert that two values must be `Object.is`.
* @param {*} actual The value we received
* @param {*} expected What we wanted
* @param {any} actual The value we received
* @param {any} expected What we wanted
* @param {Details} [optDetails] The details to throw
* @param {ErrorConstructor} [ErrorConstructor] An optional alternate error
* constructor to use.
Expand Down Expand Up @@ -207,7 +207,7 @@
* ```
*
* @callback AssertQuote
* @param {*} payload What to declassify
* @param {any} payload What to declassify
* @param {(string|number)} [spaces]
* @returns {StringablePayload} The declassified payload
*/
Expand Down

0 comments on commit a263c70

Please sign in to comment.