UNPKG
@gotamedia/oc
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Set of OC helper for NodeJs Runtime.
bitbucket.org/gotamedia/oc
@gotamedia/oc
/
services
/
index.js
6 lines
(5 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Objects
=
exports
.
Logs
=
void
0
;
exports
.
Logs
=
require
(
"./Logs"
);
exports
.
Objects
=
require
(
"./Objects"
);