UNPKG

react-zendesk-helpcenter

Version:

React library that makes it easy to render Zendesk Help Center content in your React apps.

7 lines (5 loc) 142 B
// @todo Add error handling - Ryan export default async function fetcher(...args) { const res = await fetch(...args) return res.json() }