UNPKG

@soleil-se/app-util

Version:

Utility functions for WebApps, RESTApps and Widgets in Sitevision.

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