spaceout/front_end/node_modules/@webpack-cli/serve/lib/index.d.ts
2020-12-12 10:25:30 -05:00

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;