2 lines
61 B
TypeScript
Executable File
2 lines
61 B
TypeScript
Executable File
export declare function identity<TParam>(x: TParam): TParam;
|