1 line
46 B
TypeScript
1 line
46 B
TypeScript
export declare function identity<T>(x: T): T;
|
export declare function identity<T>(x: T): T;
|