UNPKG
installist
Version:
latest (1.1.0)
1.1.0
1.0.0
install a list of packages
github.com/YizYah/installist
YizYah/installist
installist
/
lib
/
custom
/
installist.d.ts
6 lines
(5 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
DepType
{
MAIN
=
0
,
DEV
=
1
}
export
declare
function
installist
(
packages
:
string
[],
dir
:
string
,
depType
:
DepType
):
any
;