fixing insufficient coverage of error_callback

This commit is contained in:
2020-05-28 18:46:35 +02:00
parent c18d216d2e
commit 5dfdb39af6
7 changed files with 43 additions and 21 deletions

View File

@ -0,0 +1,5 @@
export type ErrorCallback = (
option: string,
value: unknown,
e: Error
) => unknown;