Skip to content

Instantly share code, notes, and snippets.

@diegogriep
Created May 28, 2020 18:35
Show Gist options
  • Save diegogriep/b3b89eb0203510eb86e4d9d935642e5d to your computer and use it in GitHub Desktop.
Save diegogriep/b3b89eb0203510eb86e4d9d935642e5d to your computer and use it in GitHub Desktop.
let showArrayWithNumberNBoolean = createArray<string, boolean | null>('Brasil', 2020);
//Argument of type '2020' is not assignable to parameter of type 'boolean'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment