mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 04:19:49 -04:00
9 lines
228 B
TypeScript
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;
|