and what would I use for a callback function that ...
# javascript
b
and what would I use for a callback function that takes 0..n Any values?
1
t
It depends on your case
Do you have TS code example?
b
I think it's (...args: any[]) => void
t
Function<Unit>
?
b
thank you