UNPKG
@darlean/webservices
Version:
latest (2.0.0-alpha.16)
2.0.0-alpha.16
2.0.0-alpha.15
2.0.0-alpha.14
2.0.0-alpha.13
2.0.0-alpha.11
2.0.0-alpha.10
2.0.0-alpha.9
2.0.0-alpha.8
2.0.0-alpha.7
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
Library for building actor-based webservices via the Darlean Web Gateways service
darlean.io
@darlean/webservices
/
lib
/
index.d.ts
10 lines
(9 loc)
•
224 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
'./json'
;
export
*
from
'./staticfile'
;
export
*
from
'./wrapper'
;
export
*
from
'./sessions'
;