UNPKG
@darlean/webservice
Version:
latest (2.0.0-alpha.3)
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
Webservice library for Darlean
@darlean/webservice
/
lib
/
index.d.ts
10 lines
(9 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Set of utility functions and classes for implementing webservices. * *
@packageDocumentation
*/
export
*
from
'./types'
;
export
*
from
'./json'
;
export
*
from
'./staticfile'
;
export
*
from
'./wrapper'
;