Skip to content

Commit b4baaff

Browse files
committed
use any
1 parent ad0e157 commit b4baaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/SourcePlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ export const unified = <
110110
EX = never
111111
>(options: {
112112
readonly processor:
113-
| Unified.Processor
114-
| Effect.Effect<Unified.Processor, EX, Source.Source.Provided | Scope.Scope>
113+
| Unified.Processor<any, any, any, any, any>
114+
| Effect.Effect<Unified.Processor<any, any, any, any, any>, EX, Source.Source.Provided | Scope.Scope>
115115
readonly extractFields?: ((vfile: VFile) => Record<string, any>) | undefined
116116
}): <Meta, In, E>(
117117
source: Source.Source<Meta, In, E>

0 commit comments

Comments
 (0)