blob: 6589842c03c84d8a5b00a185c61a8e58074ccf07 [file] [log] [blame]
export function identity<T>(x: T): T {
return x;
}