UNPKG

99 BTypeScriptView Raw
1export interface DictionaryOf<T> {
2 [key: string]: T;
3}
4//# sourceMappingURL=Dictionary.d.ts.map
\No newline at end of file