UNPKG

iter-tools-es

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