UNPKG

@soleil-se/app-util

Version:

Utility functions for WebApps, RESTApps and Widgets in Sitevision.

4 lines (3 loc) 233 B
export { default as preventDefault } from "./prevent-default"; export { getUrlParam, getUrlParams, setUrlParams, updateUrlParams, clearUrlParams } from "./url-params"; export { default as fetchJson, FetchError } from "./fetch-json";