mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
2 lines
84 B
TypeScript
2 lines
84 B
TypeScript
const A = <const T extends F>() => {};
|
|
const B = <const T extends keyof F>() => {};
|