type ValueIteratorTypeGuard = (value: T) => value is S; export type { ValueIteratorTypeGuard };