© 2026 Hedgehog Software, LLC
const inputs: Array<Array<any>> = [ [1, 2, 4, 0], [1, 2, [4, 0]], [[[2, 3, 4, 5]]], ];
Cannot redeclare block-scoped variable 'inputs'.ts(2451) const inputs: any[][]
const x: String = "Hello";