UNPKG

@gentrace/core

Version:
9 lines (8 loc) 273 B
/** * Dispatch a request to the server using the configured adapter. * * @param {object} config The config that is to be used for the request * * @returns {Promise} The Promise to be fulfilled */ export default function dispatchRequest(config: object): Promise<any>;