1.0.1 • Published 8 years ago

native-promise-only-ponyfill v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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');