2 lines
46 B
TypeScript
Raw Permalink Normal View History

export declare function identity<T>(x: T): T;