We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7d9be commit 645325dCopy full SHA for 645325d
packages/core/src/types.ts
@@ -20,7 +20,7 @@ export interface IHandler {
20
(code: string, options: IHandlerOptions): IHandlerTransformResult
21
}
22
23
-export type IHandlerTransformResult = Exclude<TransformResult, null | undefined | string>
+export type IHandlerTransformResult = Exclude<TransformResult, null | undefined | string | void>
24
25
export interface IHandlerOptions {
26
ctx: Context
0 commit comments