class MetaAI {
private gpu;
constructor(GPUs: unknown) {
// @ts-expect-error: 'this.gpu' is declared but its value is never read.
this.gpu = GPUs;
}
public isBanTarget(userId: string): boolean {
return Math.random() > 0.5;
}
}
const ai = new MetaAI(ManyGPUs);
const users = await getUsers();
users.forEach(user => ai.isBanTarget(user.id));
Pinned Loading
-
-
-
SearchlightOfficial/Searchlight_frontend
SearchlightOfficial/Searchlight_frontend PublicTypeScript 2
-
sunrin-graphics/loupe-frontend
sunrin-graphics/loupe-frontend Public제12회 선린인터넷고등학교 콘텐츠디자인과 졸업전시회
TypeScript 3
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.