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