Library is now compiled by TypeScript and is distributed with type definitions.
Breaking Changes
require('retry-as-promised')
will need to be changed torequire('retry-as-promised').default
due to the typescript change.
Library is now compiled by TypeScript and is distributed with type definitions.
Breaking Changes
require('retry-as-promised')
will need to be changed to require('retry-as-promised').default
due to the typescript change.