UNPKG
@cull/pore
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
An email data analysis library.
github.com/cull-email/pore
@cull/pore
/
src
/
index.ts
8 lines
(6 loc)
•
114 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
Origin
from
'./origin'
;
import
Chronology
from
'./chronology'
;
export
default
{
Origin
,
Chronology
};