This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// eslint-disable | |
// Access prefixed lodash array functions on the Array prototype. | |
// For example [3,2,1].js1SortBy(x => x) | |
// https://gist.github.com/moander/c61c0e01027d7252a17f9d507985ac31 | |
import type { Dictionary, ListIteratee, LoDashImplicitWrapper, Many, PropertyName, ValueIteratee, ValueIterateeCustom, ValueIteratorTypeGuard, Object as _Object } from 'lodash' | |
import { | |
chunk as js1Chunk, |