Update .bashrc
[dotfiles/.git] / util / isArrayLike.d.ts
1 export declare const isArrayLike: <T>(x: any) => x is ArrayLike<T>;