diff --git a/src/array/index.ts b/src/array/index.ts index 09034bff..0c1c1d42 100644 --- a/src/array/index.ts +++ b/src/array/index.ts @@ -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';