UNPKG
@se-puu/qpack
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Quick serializer and de-serializer
sepuu.com
se-puu/qpack
@se-puu/qpack
/
example
/
lib
/
handler
/
timestamp.ts
3 lines
•
101 B
text/typescript
View Raw
1
2
3
export
function
isEqualTimestamp
(
a:
Date
,b:
Date
): boolean {
return
a.
getTime
() === b.
getTime
(); }