Sha256: f1bd09cb349c59ace5126a4997b35d4e67785cf35886fe6a7112ac7142e526c4
Contents?: true
Size: 291 Bytes
Versions: 47
Compression:
Stored size: 291 Bytes
Contents
"use strict"; var old; if (typeof Promise !== "undefined") old = Promise; function noConflict() { try { if (Promise === bluebird) Promise = old; } catch (e) {} return bluebird; } var bluebird = require("./promise")(); bluebird.noConflict = noConflict; module.exports = bluebird;
Version data entries
47 entries across 43 versions & 15 rubygems