UNPKG

es-toolkit

Version:

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

4 lines 200 B
//#region src/compat/_internal/ValueKeyIterateeTypeGuard.d.ts type ValueKeyIterateeTypeGuard<T, S extends T> = (value: T, key: string) => value is S; //#endregion export { ValueKeyIterateeTypeGuard };