2 lines
50 B
TypeScript
2 lines
50 B
TypeScript
|
export default function arr_back<T>(arr: T[]): T;
|