CoolFace
Datasetpublic

basant307/AI_Governance_Project

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