UNPKG
@em-cli/shared
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.0.2
1.0.1
1.0.0
0.5.4
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.2.1
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
脚手架工具方法包
@em-cli/shared
/
dist
/
installDeps.d.ts
8 lines
(7 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{ installPackage }
from
'@antfu/install-pkg'
;
/** * base
@antfu
/install-pkg * support monorepo project detect *
@param
opt
*/
export
declare
const
installPkg
:
typeof
installPackage;