UNPKG
@oada/cli
Version:
beta (4.0.0)
latest (5.0.0)
5.0.0
4.0.0
2.0.0
CLI OADA client
github.com/OADA/cli
@oada/cli
/
dist
/
commands
/
humanize
/
humanize.d.ts
7 lines
(6 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Command
from
'../../BaseCommand.js'
;
export
default
class
Humanize
extends
Command
{
static
aliases
:
string
[];
static
strict
:
boolean
;
run
():
Promise
<
void
>; }