UNPKG
npm-pd
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A beautiful CLI dashboard for NPM publishers
github.com/bconnorwhite/npm-pd.git
bconnorwhite/npm-pd
npm-pd
/
build
/
index.d.ts
3 lines
(2 loc)
•
196 B
TypeScript
View Raw
1
2
3
import
{ author, maintainer, authorAction, maintainerAction, evaluate, evaluateAction }
from
"./commands"
;
export
{ maintainer, author, maintainerAction, authorAction, evaluate, evaluateAction };