UNPKG

iter-tools-es

Version:
3 lines 144 B
import { Wrappable } from '../../types/iterable'; declare function isWrappable(value: any): value is Wrappable<unknown>; export { isWrappable };