UNPKG
@dlillyatx/dc-cli
Version:
latest (0.13.3)
0.13.3
0.13.2
0.13.1
0.13.0
Dynamic Content CLI Tool
github.com/amplience/dc-cli
amplience/dc-cli
@dlillyatx/dc-cli
/
dist
/
commands
/
content-item
/
__mocks__
/
import-revert.js
9 lines
(8 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
revert
=
exports
.
calls
=
void
0
;
exports
.
calls
= [];
exports
.
revert
=
async
(argv) => {
exports
.
calls
.
push
(argv);
return
true
; };