fixing insufficient coverage of error_callback
This commit is contained in:
5
lib/Types/ErrorCallback.ts
Normal file
5
lib/Types/ErrorCallback.ts
Normal file
@ -0,0 +1,5 @@
|
||||
export type ErrorCallback = (
|
||||
option: string,
|
||||
value: unknown,
|
||||
e: Error
|
||||
) => unknown;
|
Reference in New Issue
Block a user