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
/
common
/
media
/
__mocks__
/
ch-client-factory.js
6 lines
(5 loc)
•
216 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
mock_ch_1 =
require
(
"../mock-ch"
);
const
chClientFactory
= (
_
) =>
new
mock_ch_1.
MockContentHub
();
exports
.
default
= chClientFactory;