UNPKG
plywood-proxy
Version:
latest (0.1.2)
0.1.2
0.1.1
A Plywood proxy
github.com/implydata/plywood-proxy
implydata/plywood-proxy
plywood-proxy
/
src
/
common
/
models
/
index.ts
7 lines
(4 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
'use strict'
;
export
*
from
'./max-time/max-time'
;
export
*
from
'./refresh-rule/refresh-rule'
;
export
*
from
'./data-source/data-source'
;