Update .bashrc
[dotfiles/.git] / util / isDate.d.ts
1 export declare function isDate(value: any): value is Date;