Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

array with multiple types in ts

const foo: [number, string] = [ 1, "message" ];
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #array #multiple #types #ts
ADD COMMENT
Topic
Name
7+6 =