UNPKG

xing-api-client

Version:

A client library for interacting with the Xing API

7 lines (5 loc) 119 B
// src/common/utils/sendRequest.ts function sendRequest(...args) { return fetch(...args); } export { sendRequest };