When using c++, I can declare a multi-dimensional array like this:
bool vis[11][11][11][11][2];
How can I declare the same array in typescrip