UNPKG

tsargs

Version:

typescript function arguments utils

2 lines 94 B
// coz inline works bad export type IfExtends<A, B, True, False> = A extends B ? True : False;