UNPKG
fedapay-cli
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A command-line tool for FedaPay
github.com/fedapay/fedapay-cli
fedapay/fedapay-cli
fedapay-cli
/
lib
/
index.js
5 lines
(4 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
command_1 =
require
(
"@oclif/command"
);
Object
.
defineProperty
(
exports
,
"run"
, {
enumerable
:
true
,
get
:
function
(
) {
return
command_1.
run
; } });