Update .bashrc
[dotfiles/.git] / util / identity.d.ts
1 export declare function identity<T>(x: T): T;