We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a105f50 commit eb18d34Copy full SHA for eb18d34
1 file changed
packages/core-js/full/promise/with-resolvers.js
@@ -8,6 +8,6 @@ var path = require('../../internals/path');
8
var Promise = path.Promise;
9
var promiseWithResolvers = Promise.withResolvers;
10
11
-module.exports = { withResolvers: function withResolvers() {
+module.exports = function withResolvers() {
12
return call(promiseWithResolvers, isCallable(this) ? this : Promise);
13
-} }.withResolvers;
+};
0 commit comments