UNPKG

@june-so/analytics-node

Version:

The hassle-free way to integrate analytics into any Node.js application

6 lines (5 loc) 284 B
"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; } });