Skip to content

Instantly share code, notes, and snippets.

@joshmenden
Last active September 3, 2022 01:31
Show Gist options
  • Save joshmenden/f17714d388f3a2b60bfa7019fd5ea744 to your computer and use it in GitHub Desktop.
Save joshmenden/f17714d388f3a2b60bfa7019fd5ea744 to your computer and use it in GitHub Desktop.
export default function (URL1, URL2) {
return {
default: createClient(URL1),
// name this whatever you want instead of `otherClient`
otherClient: createClient(URL2)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment