spaceout/site/frontend/node_modules/@webpack-cli/serve/lib/index.d.ts

9 lines
228 B
TypeScript

/**
*
* Creates a webpack compiler and runs the devServer
*
* @param {String[]} args - args processed from the CLI
* @returns {Function} invokes the devServer API
*/
export default function serve(...args: string[]): void;