UNPKG
@martymarron/cliff
Version:
latest (0.1.0-delta)
0.1.0-gamma
0.1.0-delta
0.1.0-beta
0.1.0-alpha
cliff =====
github.com/martymarron/cliff
martymarron/cliff
@martymarron/cliff
/
lib
/
index.js
6 lines
(5 loc)
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
run
=
void
0
;
var
command_1 =
require
(
"@oclif/command"
);
Object
.
defineProperty
(
exports
,
"run"
, {
enumerable
:
true
,
get
:
function
(
) {
return
command_1.
run
; } });