sindresorhus/p-wait-for

It should export TimeoutError to ensure it's the same error it's being thrown

Closed this issue · 0 comments

I could import and use TimeoutError directly from its sub-dependency, but that might fail if I have a different version of p-timeout installed and both are being run at the same time.