Files
claude-code/src/types/utils.ts
claude-code-best bd756cc369 feat: 完成stub
2026-03-31 20:40:16 +08:00

4 lines
129 B
TypeScript

// Auto-generated stub — replace with real implementation
export type DeepImmutable<T> = T;
export type Permutations<T> = T[];