claude-code-best/src/types/utils.ts
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[];