You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A spread argument must either have a tuple type or be passed to a rest parameter.ts(2556)
constkeys=['key1','key2','key3'];// Example keys, replace with actual keys from redis.keysif(keys.length>0){// type error here awaitredis.del(...keys);}
What is the expected behavior?
Do not show type check error
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
What version of Bun is running?
1.2.14
What platform is your computer?
Darwin 24.4.0 arm64 arm
What steps can reproduce the bug?
A spread argument must either have a tuple type or be passed to a rest parameter.ts(2556)
What is the expected behavior?
Do not show type check error
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: