Created
May 28, 2020 18:35
-
-
Save diegogriep/b3b89eb0203510eb86e4d9d935642e5d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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