UNPKG
lomi.cli
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.1
Command line interface for lomi's payment infrastructure
lomi.africa
lomiafrica/lomi.
lomi.cli
/
dist
/
commands
/
payments.d.ts
4 lines
(3 loc)
•
93 B
TypeScript
View Raw
1
2
3
4
import
{
Command
}
from
"commander"
;
declare
const
command
:
Command
;
export
default
command;