We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc05961 commit a5a0756Copy full SHA for a5a0756
index.d.ts
@@ -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