4 lines
53 B
Plaintext
4 lines
53 B
Plaintext
export function identity<T>(x: T): T {
|
|
return x;
|
|
}
|
export function identity<T>(x: T): T {
|
|
return x;
|
|
}
|