Skip to content

Commit

Permalink
Update packages/effect/src/Stream.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tim <hello@timsmart.co>
  • Loading branch information
jessekelly881 and tim-smart authored Apr 16, 2024
1 parent 157d92c commit a180614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4560,7 +4560,7 @@ export const encodeText: <E, R>(self: Stream<string, E, R>) => Stream<Uint8Array
* Creates a `Stream` using addEventListener.
* @since 3.1.0
*/
export const fromEventListener: <A extends Event = Event>(
export const fromEventListener: <A = Event>(
target: EventTarget,
type: string,
options?: boolean | Omit<AddEventListenerOptions, "signal">
Expand Down

0 comments on commit a180614

Please sign in to comment.