UNPKG

reporting-lib

Version:

A comprehensive monitoring and reporting library for web applications

7 lines 151 B
import xhr from './xhr.js'; import fetch from './fetch.js'; export default function api() { xhr(); fetch(); } //# sourceMappingURL=index.js.map