Property try
does not exist on type 'PromiseConstructor'.typescript(2339) @types/1.2.4
#17980
Labels
bug
Something isn't working
confirmed bug
We can reproduce this issue
types
An issue with TypeScript types
What version of Bun is running?
1.2.4
What platform is your computer?
No response
What steps can reproduce the bug?
Promise.try(() => {
console.log('1');
})
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: