UNPKG
blow-data
Version:
beta (0.1.0)
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Data access layer for Blow.
github.com/mchmielarski/blow-data
mchmielarski/blow-data
blow-data
/
test
/
fixtures
/
models.ts
4 lines
•
147 B
text/typescript
View Raw
1
2
3
4
export
{
Author
}
from
'./AuthorModel'
;
export
{
Book
}
from
'./BookModel'
;
export
{
Edition
}
from
'./EditionModel'
;
export
{
Phone
}
from
'./PhoneModel'
;