Update .bashrc
[dotfiles/.git] / util / isArray.d.ts
1 export declare const isArray: (arg: any) => arg is any[];