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
/
build
/
main
/
index.d.ts
8 lines
(7 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Origin
from
'./origin'
;
import
Chronology
from
'./chronology'
;
declare
const
_default
: {
Origin
:
typeof
Origin
;
Chronology
:
typeof
Chronology
; };
export
default
_default;