Update .bashrc
[dotfiles/.git] / util / not.d.ts
1 export declare function not(pred: Function, thisArg: any): Function;