We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692fdb3 commit 644ae8bCopy full SHA for 644ae8b
packages/router-core/src/utils.ts
@@ -21,7 +21,6 @@ export type PickOptional<T> = {
21
// from https://stackoverflow.com/a/76458160
22
export type WithoutEmpty<T> = T extends any ? ({} extends T ? never : T) : never
23
24
-// export type Expand<T> = T
25
export type Expand<T> = T extends object
26
? T extends infer O
27
? O extends Function
0 commit comments