Skip to content

Instantly share code, notes, and snippets.

@tuladhar
Last active October 12, 2020 18:46
Show Gist options
  • Select an option

  • Save tuladhar/5b9fc30b5de609f1dfcd741fabd5ac5a to your computer and use it in GitHub Desktop.

Select an option

Save tuladhar/5b9fc30b5de609f1dfcd741fabd5ac5a to your computer and use it in GitHub Desktop.
const fetchServerInformation = async (url: URL): Promise<[finalURL: URL, version: string]> => {
// ...
const endpoint = new URL('api/info', url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment