UNPKG
@soleil-se/app-util
Version:
latest (5.14.3)
5.14.3
5.14.2
5.14.1
5.14.0
5.13.0
5.12.3
5.12.2
5.12.1
5.12.0
5.11.0
5.10.1
5.10.0
5.9.1
5.9.0
5.8.3
5.8.2
5.8.1
5.8.0
5.7.2
5.7.1
5.7.0
5.6.5
5.6.4
5.6.3
5.6.2
5.6.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.1
5.4.0
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
5.0.0
4.2.1
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.4.1
2.4.0
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.4
1.2.2
1.2.1
1.2.0
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utility functions for WebApps, RESTApps and Widgets in Sitevision.
docs.soleil.se/packages/app-util
@soleil-se/app-util
/
client
/
index.d.ts
4 lines
(3 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
preventDefault }
from
"./prevent-default"
;
export
{ getUrlParam, getUrlParams, setUrlParams, updateUrlParams, clearUrlParams }
from
"./url-params"
;
export
{
default
as
fetchJson,
FetchError
}
from
"./fetch-json"
;