UNPKG

iter-tools-es

Version:
3 lines 143 B
import { Iterable } from '../../types/iterable'; declare function notIterable<T>(value: T | Iterable<any>): value is T; export { notIterable };