UNPKG

@soleil-se/app-util

Version:

Utility functions for WebApps, RESTApps and Widgets in Sitevision.

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