//// [nestedIndexer.ts] function then(x) { var match: { [index: number]: string; } } //// [nestedIndexer.js] function then(x) { var match; }