CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
take.d.ts7 linesDownload Raw Back to obliterator
1import type {IntoInterator} from './types';2 3export default function take<T>(4  iterator: IntoInterator<T>,5  n: number6): Array<T>;7 
basant307/AI_Governance_Project · CoolFace