delimiter_injection
Conversation delimiter injection (breakout)
Line 139Snippets
type ReadonlyUser = Readonly<User>;type PartialUser = Partial<User>;type PartialUser = Partial<User>;type ReadonlyUser = Readonly<User>; PUT: { params: { id: string }; body: Partial<User>; response: User };network_call
Outbound network call
Outbound network call
Line 577Snippets
| { type: "fetching"; requestId: string } ? { type: "fetching", requestId: event.requestId } case "fetching": | { type: "fetching"; requestId: string } ? { type: "fetching", requestId: event.requestId }Trust Score
Mis a jour il y a 6 jours
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 6 jours
Analyse le 31 mars 2026, 15:58
Description
Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Scans recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:13
Run 2
27 mars 2026, 15:54
Run 1