UNPKG

iter-tools

Version:
3 lines 134 B
import { Wrappable } from '../../types/iterable'; declare function arrayFrom<T>(source: Wrappable<T>): Array<T>; export { arrayFrom };