UNPKG

198 BJavaScriptView Raw
1const hook = async function (opts) {
2 // this `config` instance already have installed/uninstalled plugins loaded
3 await opts.config.runCommand('autocomplete:create');
4};
5export default hook;