with-resolvers.js 190 B

123456
  1. 'use strict';
  2. var parent = require('../../stable/promise/with-resolvers');
  3. // TODO: Remove from `core-js@4`
  4. require('../../modules/esnext.promise.with-resolvers');
  5. module.exports = parent;