UNPKG

iter-tools-es

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