How to use arguments property from function in TS
Is it possible to use
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
1 Reply
Afaik, not without errors, also why?