Kind: Type
Source: src/types.ts
src/types.ts
tsT extends `${infer R}?` ? R : T
T extends `${infer R}?` ? R : T
Was this page helpful?