UNPKG
prm-cli
Version:
latest (0.0.35)
0.0.251
0.0.221
0.0.35
0.0.34
0.0.33
0.0.32
0.0.30
0.0.29
0.0.28
0.0.27
0.0.26
0.0.25
0.0.24
0.0.23
0.0.22
0.0.21
0.0.2
0.0.1
Registry Manager for Package Management Tools
github.com/wangrongding/prm-cli/
wangrongding/prm-cli
prm-cli
/
types
/
main.d.ts
6 lines
(5 loc)
•
283 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
onTest
(
name
:
string
):
void
;
export
declare
function
onUse
(
name
:
string
):
void
;
export
declare
function
onList
(
):
void
;
export
declare
function
onAdd
(
name
?:
string
,
registry
?:
string
,
home
?:
string
):
void
;
export
declare
function
onDelete
(
name
:
string
):
void
;