Skip to content

Commit

Permalink
chore: prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shine1594 authored and DoHyeong Lee committed Apr 13, 2022
1 parent daa901c commit 2d7a6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/ReturnPipeType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Prepend from "./Prepend";
type ReturnPipeType<T extends any[]> = T extends [
a: infer A,
b: infer B,
...args: any[]
...args: any[],
]
? A extends Promise<any>
? ReturnPipeType<Prepend<Drop<2, T>, Promise<Awaited<B>>>>
Expand Down

0 comments on commit 2d7a6bd

Please sign in to comment.