UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

6 lines (5 loc) 248 B
import { IterateeShorthand } from "./IterateeShorthand.js"; //#region src/compat/_internal/ValueIterateeCustom.d.ts type ValueIterateeCustom<T, TResult> = ((value: T) => TResult) | IterateeShorthand<T>; //#endregion export { ValueIterateeCustom };