UNPKG
visitor-segments
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Hellobar Segments.
github.com/Hello-bar/visitor-segments
Hello-bar/visitor-segments
visitor-segments
/
lib
/
valueStorage
/
storedValue.d.ts
8 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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