UNPKG

51 BTypeScriptView Raw
1export interface Hash<T> {
2 [key: string]: T;
3}