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
/
commands
/
evaluate
/
index.d.ts
5 lines
(4 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
import
commander
from
"commander"
;
export
declare
function
evaluate
(
name
:
string
):
void
;
declare
const
_default
:
(
program
: commander.
Command
) =>
void
;
export
default
_default;