UNPKG

@m92/express-utils

Version:

Utility Module for Express Framework

11 lines (7 loc) 174 B
'use strict' import axiosRetry from 'axios-retry' const AXIOS_RETRY_CONFIG = { retryDelay: axiosRetry.exponentialDelay, retries: 0 } export default AXIOS_RETRY_CONFIG