Skip to content

Commit dc93ebc

Browse files
blakewilsonSukkaW
andauthored
Update packages/babel-helpers/src/helpers/iterableToArrayLimitLoose.ts
Co-authored-by: Sukka <isukkaw@gmail.com>
1 parent 193b85e commit dc93ebc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/babel-helpers/src/helpers/iterableToArrayLimitLoose.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* @minVersion 7.0.0-beta.0 */
22

33
export default function _iterableToArrayLimitLoose<T>(
4-
arr: Array<T>,
4+
arr: Iterable<T>,
55
i: number,
66
) {
77
var iterator: Iterator<T> & Function =

0 commit comments

Comments
 (0)