UNPKG
ts-odata-client
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
2.0.0-preview3
2.0.0-preview2.9
2.0.0-preview2
2.0.0-preview
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
OData TypeScript Client
github.com/cbrianball/ts-odata-client
cbrianball/ts-odata-client
ts-odata-client
/
v4.d.ts
4 lines
(3 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
import
{
ODataV
4Context }
from
"./lib/ODataV4Context"
;
import
{
ODataV
4QueryProvider }
from
"./lib/ODataV4QueryProvider"
;
export
{
ODataV
4Context,
ODataV
4QueryProvider };