Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Jan 16, 2025
1 parent 692fdb3 commit 644ae8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/router-core/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export type PickOptional<T> = {
// from https://stackoverflow.com/a/76458160
export type WithoutEmpty<T> = T extends any ? ({} extends T ? never : T) : never

// export type Expand<T> = T
export type Expand<T> = T extends object
? T extends infer O
? O extends Function
Expand Down

0 comments on commit 644ae8b

Please sign in to comment.