6d9da7f0b570ae0038cd56f5ddef92b36a526d352880562da5b8b9ab01357b3d581cfb7ba055e1f28d461a903a58f33ccdbf4dcd57dc45ca51ead622246234 346 B

1234567891011121314
  1. import baseRest from './_baseRest.js';
  2. /**
  3. * A `baseRest` alias which can be replaced with `identity` by module
  4. * replacement plugins.
  5. *
  6. * @private
  7. * @type {Function}
  8. * @param {Function} func The function to apply a rest parameter to.
  9. * @returns {Function} Returns the new function.
  10. */
  11. var castRest = baseRest;
  12. export default castRest;