How to use arguments property from function in TS
Is it possible to use
Because when im trying to do this, im getting error:
JS Example
arguments from Function in TS or i have to use rest operator?Because when im trying to do this, im getting error:
Expected 0 arguments, but got 4.ts(2554)JS Example
