mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 22:03:14 +02:00
1 line
38 B
TypeScript
1 line
38 B
TypeScript
export function klona<T>(input: T): T; |