1.0.1 • Published 9 years ago

require-promise v1.0.1

Weekly downloads
876
License
ISC
Repository
github
Last release
9 years ago

Promise polyfill wrapper

This is a wrapper around promise-polyfill. It either returns the native Promise (in Node >= 0.12), or promise-polyfill (in Node <= 0.10).

It just makes it easier to add the require.

var Promise = require('require-promise');

If you did this with require('require-promise') you would always get the polyfill.