UNPKG

@grafana/faro-web-sdk

Version:

Faro instrumentations, metas, transports for web.

4 lines 284 B
export { getItem, isLocalStorageAvailable, isSessionStorageAvailable, isWebStorageAvailable, removeItem, setItem, webStorageType, } from './webStorage'; export { throttle } from './throttle'; export { getIgnoreUrls, getUrlFromResource } from './url'; //# sourceMappingURL=index.js.map