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[];
|