UNPKG

visitor-segments

Version:
17 lines 494 B
import { Segments } from './segments'; import { SegmentsFacade } from './lib/interfaces'; export declare class Page implements SegmentsFacade { #private; constructor(segments: Segments); get device(): string; get cookies(): {} | null; get date(): string; get dayOfWeek(): number; get path(): string; get url(): string; get urlKeywords(): string[]; get wordpressTags(): string[]; update(): void; reset(): void; } //# sourceMappingURL=page.d.ts.map