UNPKG
@flatfile/records
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
Record management utilities for Flatfile
@flatfile/records
/
dist
/
index.d.ts
4 lines
(3 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./helpers/FlatfileRecords"
;
export
*
from
"./helpers/RecordUtils"
;
export
{ collect,
Collection
}
from
"collect.js"
;