UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

18 lines (13 loc) 294 B
"use strict"; var Promise = global.Promise || null; if (isFunction(Promise)) { new Promise(function(resolver) { if (!isFunction(resolver)) { Promise = null; } }); } module.exports = Promise; function isFunction(x) { return typeof x === "function"; }