UNPKG

iter-tools-es

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