8000 Auto-generated commit · stdlib-js/utils-async-if-then@29aa443 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29aa443

Browse files
committed
Auto-generated commit
1 parent 238542b commit 29aa443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ type PredicateUnary = ( error: Error ) => void;
4444
* @param error - error object
4545
* @param bool - condition used to determine whether to invoke `x` or `y`
4646
*/
47-
type PredicateBinary = ( error: Error, bool: boolean ) => void;
47+
type PredicateBinary = ( error: Error | null, bool: boolean ) => void;
4848

4949
/**
5050
* Predicate callback function.

0 commit comments

Comments
 (0)
0