UNPKG

visitor-segments

Version:
8 lines 294 B
import { Segment } from '../segment'; import { ValueStorageInterface } from '../lib/interfaces'; export declare class DayOfWeek extends Segment { constructor(visitor: ValueStorageInterface); get value(): number; setValue(value?: any): void; } //# sourceMappingURL=dayOfWeek.d.ts.map