UNPKG

visitor-segments

Version:
12 lines (11 loc) 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Referrer = void 0; const segmentMaps_1 = require("../segmentMaps"); const segment_1 = require("../segment"); class Referrer extends segment_1.Segment { constructor(visitor) { super(segmentMaps_1.SEGMENT_KEYS.REFERRER, visitor); } } exports.Referrer = Referrer;