UNPKG

appoint

Version:

Another Promise/A+ implementation.

5 lines (4 loc) 101 B
'use strict'; if (typeof global.Promise !== 'function') { global.Promise = require('./appoint'); }