UNPKG

93 BTypeScriptView Raw
1export interface Indexer<T> {
2 [index: number]: T;
3}
4//# sourceMappingURL=Indexer.d.ts.map
\No newline at end of file