fix(range): Remove incorrect export

This commit is contained in:
Sojin Park 2024-06-28 21:47:13 +09:00
parent 2db11d8882
commit 0c83f361c2

View File

@ -11,7 +11,6 @@ export { intersection } from './intersection';
export { intersectionBy } from './intersectionBy';
export { intersectionWith } from './intersectionWith';
export { partition } from './partition';
export { range } from './range';
export { sample } from './sample';
export { shuffle } from './shuffle';
export { take } from './take';