UNPKG
@june-so/analytics-node
Version:
latest (8.0.0)
8.0.0
7.0.1
7.0.0
6.1.1
6.1.0
The hassle-free way to integrate analytics into any Node.js application
@june-so/analytics-node
/
lib
/
types.js
6 lines
(5 loc)
•
284 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Context
=
void
0
;
const
analytics_node_1 =
require
(
"@segment/analytics-node"
);
Object
.
defineProperty
(
exports
,
"Context"
, {
enumerable
:
true
,
get
:
function
(
) {
return
analytics_node_1.
Context
; } });