Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Feb 25, 2024
1 parent 238542b commit 29aa443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type PredicateUnary = ( error: Error ) => void;
* @param error - error object
* @param bool - condition used to determine whether to invoke `x` or `y`
*/
type PredicateBinary = ( error: Error, bool: boolean ) => void;
type PredicateBinary = ( error: Error | null, bool: boolean ) => void;

/**
* Predicate callback function.
Expand Down

0 comments on commit 29aa443

Please sign in to comment.