Skip to content

Commit 644ae8b

Browse files
committed
cleanup
1 parent 692fdb3 commit 644ae8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/router-core/src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export type PickOptional<T> = {
2121
// from https://stackoverflow.com/a/76458160
2222
export type WithoutEmpty<T> = T extends any ? ({} extends T ? never : T) : never
2323

24-
// export type Expand<T> = T
2524
export type Expand<T> = T extends object
2625
? T extends infer O
2726
? O extends Function

0 commit comments

Comments
 (0)