UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

12 lines (11 loc) 291 B
"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;