### Package to replace `array-range` ### Suggested replacement(s) ```js Array.from({ length: end - start }, (_, i) => i + start) ``` ### Manifest type micro-utility (tiny utility replaceable with native code or removal) ### Rationale Can be replaced by a simple util
Package to replace
array-rangeSuggested replacement(s)
Manifest type
micro-utility (tiny utility replaceable with native code or removal)
Rationale
Can be replaced by a simple util