UNPKG
@stateflows/http-client
Version:
latest (0.13.0)
0.13.0
0.12.0
0.10.0
0.9.2
0.9.0
HTTP-based client for Stateflows framework
www.stateflows.net
@stateflows/http-client
/
dist
/
index.d.ts
6 lines
(3 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IStateflowsClientTransportFactory
}
from
'@stateflows/common'
;
declare
function
UseHttp
(
url
:
string
):
IStateflowsClientTransportFactory
;
export
{
UseHttp
};