UNPKG
@msfw/cli
Version:
latest (1.1.0)
1.1.0
1.0.0
Install the package in your project directory with:
github.com/xingbangzhou/msfw
xingbangzhou/msfw
@msfw/cli
/
dist
/
scripts
/
serve.d.ts
3 lines
(2 loc)
•
100 B
TypeScript
View Raw
1
2
3
import
{
Options
}
from
'../types'
;
export
default
function
serve
(
options: Options
):
Promise
<
void
>;