blob: 4bc176d6485826864f3c4793f585a819d9ec6b98 [file] [log] [blame]
import { IToolbox } from '../core/toolbox'
import { install } from '../toolbox/installer-tools'
/**
* Extensions to installer.
*
* @param toolbox The running toolbox.
*/
export default function attach(toolbox: IToolbox) {
toolbox.install = install
}