hyper-tuner/hyper-tuner-cloud

View on GitHub
src/utils/error.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const isAbortedRequest = (error: Error): boolean =>
  error.message === 'The user aborted a request.';