import type {IntoInterator} from './types'; export default function take( iterator: IntoInterator, n: number ): Array;