UNPKG

core-js

Version:
10 lines (8 loc) 330 B
'use strict'; require('../../modules/es.promise'); require('../../modules/esnext.promise.try'); var Promise = require('../../internals/path').Promise; var promiseTry = Promise['try']; module.exports = { 'try': function (callbackfn) { return promiseTry.call(typeof this === 'function' ? this : Promise, callbackfn); } }['try'];