identity.ts 53 Bytes Raw Blame History Permalink 1 2 3 export function identity<T>(x: T): T { return x; }