import { IEnumerable } from '../../_types'; export default function toArray(enumerable: IEnumerable): T[];