Skip to content

Commit

Permalink
fix(types): type for BlorkChecker function allows any
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoulb committed Oct 26, 2018
1 parent 20c0a2e commit 32073dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exports.js.flow
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow

// Types.
type BlorkChecker = mixed => boolean;
type BlorkChecker = any => boolean;

// Errors.
declare export class ValueError extends TypeError {
Expand Down

0 comments on commit 32073dd

Please sign in to comment.