Skip to content

Commit

Permalink
fix: remove void type
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 17, 2023
1 parent ac3da68 commit 051e706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export interface Transformer<T extends Node = Node> {
context: {
id: string
}
) => Awaitable<string | Node | false | undefined | null | void>
) => Awaitable<string | Node | false | undefined | null>
}

0 comments on commit 051e706

Please sign in to comment.