mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 21:05:51 +00:00
4 lines
129 B
TypeScript
4 lines
129 B
TypeScript
// Auto-generated stub — replace with real implementation
|
|
export type DeepImmutable<T> = T;
|
|
export type Permutations<T> = T[];
|