Update .bashrc
[dotfiles/.git] / util / applyMixins.d.ts
1 export declare function applyMixins(derivedCtor: any, baseCtors: any[]): void;