basant307/AI_Governance_Project
048
1import type {IntoInterator} from './types';2 3export default function take<T>(4 iterator: IntoInterator<T>,5 n: number6): Array<T>;7 1import type {IntoInterator} from './types';2 3export default function take<T>(4 iterator: IntoInterator<T>,5 n: number6): Array<T>;7