Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / src / internal / util / identity.ts
1 export function identity<T>(x: T): T {
2   return x;
3 }