UNPKG
@getcoconut/cli
Version:
alpha (1.0.0-alpha.2)
latest (1.0.0-alpha.6)
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
A tool for locally emulating and mocking Pulumi Cloud projects.
getcoconut.io
getcoconut/coconut
@getcoconut/cli
/
src
/
lib
/
program.d.ts
3 lines
(2 loc)
•
76 B
TypeScript
View Raw
1
2
3
import
{
Command
}
from
'commander'
;
export
declare
const
program
:
Command
;