Skip to content

Commit a5a0756

Browse files
author
Josh Woodcock
committed
Add Typescript typings
1 parent dc05961 commit a5a0756

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export interface MessageValidator {
2+
encoding: string;
3+
validate(hash: any, cb: (err: string, message: string) => any);
4+
}

0 commit comments

Comments
 (0)