We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fceaa6 commit 8576b49Copy full SHA for 8576b49
cli/pbjs.d.ts
@@ -1,4 +1,4 @@
1
-type pbjsCallback = (err: Error|null, output?: string) => {};
+type pbjsCallback = (err: Error|null, output?: string) => void;
2
3
/**
4
* Runs pbjs programmatically.
cli/pbts.d.ts
-type pbtsCallback = (err: Error|null, output?: string) => {};
+type pbtsCallback = (err: Error|null, output?: string) => void;
* Runs pbts programmatically.
0 commit comments