Update .bashrc
[dotfiles/.git] / util / isObject.d.ts
1 export declare function isObject(x: any): x is Object;