Kind: Type
Source: src/utils/types.ts
Part of: Utils
Definition
ts(<T>() => T extends X ? 1 : 2) extends <T>() => T extends Y ? 1 : 2 ? true : false
Kind: Type
Source: src/utils/types.ts
Part of: Utils
ts(<T>() => T extends X ? 1 : 2) extends <T>() => T extends Y ? 1 : 2 ? true : false
Was this page helpful?