1b8a3fc5d48b739fa37a5831f64367069e1e6412
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / util / identity.d.ts
1 export declare function identity<T>(x: T): T;