auto-retryer
extend the automatic retry function for the Promise function
Build Setup
# install dependenciesnpm install auto-retryer --save# node testcd node_modules/auto-retryernpm run test
Usage
const AutoRetryer = const _fetch = //max retry 3 time//sleep 300ms before retryvar fetch = _fetch3300