UNPKG

axios-cached-dns-resolve

Version:

Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background

14 lines (13 loc) 235 B
export { config, cacheConfig, stats, init, startBackgroundRefresh, startPeriodicCachePrune, getStats, getDnsCacheEntries, registerInterceptor, getAddress, backgroundRefresh, } from './axios-cached-dns-resolve.js'