Skip to content

Commit

Permalink
Revert "Update packages/babel-helpers/src/helpers/iterableToArrayLimi…
Browse files Browse the repository at this point in the history
…tLoose.ts"

This reverts commit dc93ebc.
  • Loading branch information
blakewilson committed May 21, 2024
1 parent dc93ebc commit e86f0c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* @minVersion 7.0.0-beta.0 */

export default function _iterableToArrayLimitLoose<T>(
arr: Iterable<T>,
arr: Array<T>,
i: number,
) {
var iterator: Iterator<T> & Function =
Expand Down

0 comments on commit e86f0c2

Please sign in to comment.