UNPKG

iter-tools-es

Version:
3 lines 169 B
import { AsyncLoopable } from '../../types/async-iterable'; declare function notAsyncLoopable<T>(value: T | AsyncLoopable<any>): value is T; export { notAsyncLoopable };