type ValueKeyIterateeTypeGuard = (value: T, key: string) => value is S; export type { ValueKeyIterateeTypeGuard };