UNPKG
xyvcard-wechat-build
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
基于 Vite 的小程序组件构建工具
xyvcard-wechat-build
/
dist
/
utils.d.ts
7 lines
(6 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 获取 miniprogram_npm 文件夹下的第一级的目录名称 *
@param
cwd
*
@returns
目录名称列表 */
export
declare
function
getMiniprogramNpmPackages
(
cwd
:
string
):
Promise
<
string
[]>;