UNPKG

visitor-segments

Version:
8 lines 263 B
import { StoredValueInterface } from '../lib/interfaces'; export declare class StoredValue implements StoredValueInterface { value: any; expiration: Date; constructor(json: string); isExpired(): boolean; } //# sourceMappingURL=storedValue.d.ts.map