9 lines
211 B
TypeScript
9 lines
211 B
TypeScript
/**
|
|
* Load and setup plugins
|
|
*
|
|
* @param {Output}
|
|
* @return {Promise<Output>}
|
|
*/
|
|
declare function preparePlugins(output: any): any;
|
|
export default preparePlugins;
|
|
//# sourceMappingURL=preparePlugins.d.ts.map
|