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