Skip to content

Instantly share code, notes, and snippets.

@diegogriep
Created May 28, 2020 18:32
Show Gist options
  • Save diegogriep/38bf0f48b6e2876ac61b85ca8491c537 to your computer and use it in GitHub Desktop.
Save diegogriep/38bf0f48b6e2876ac61b85ca8491c537 to your computer and use it in GitHub Desktop.
const createArray = <A, B>(a: A, b: B) => {
return [a, b];
}
let showArray = createArray('Brasil', 2020);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment