AK
Size: a a a
AK
🦉
к
🦉
AK
🦉

к
AS
🦉
🦉
AE
type Parameters<T extends Function> = T extends (...args: infer U) => any ? U : any[];
type T1 = Parameters<(a: number, b: string[]) => void>; // [number, string[]]
AE
DK
infer ?AE
infer ?MS
type Parameters<T extends Function> = T extends (...args: infer U) => any ? U : any[];
type T1 = Parameters<(a: number, b: string[]) => void>; // [number, string[]]
AE
AE
MS
AE
MS