UNPKG

iter-tools-es

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