native-promise-only-ponyfill
v1.0.1
Published
Thin wrapper for native-promise-only which prevents it from setting Promise as a global.
Downloads
6
Readme
native-promise-only-ponyfill
A thin wrapper for Native Promise Only. When Native Promise Only determines that the Promise API is not natively available, it sets the global Promise variable. By using this module instead of Native Promise Only, the global Promise variable will not be set.
Usage
var Promise = require('native-promise-only-ponyfill');