Home > Q&A > body text
export function combineReducers<S>(reducers: ReducersMapObject): Reducer<S>; 上边代码是redux中的一段,求解释<>这个是神马意思
黄舟2017-07-05 10:52:56
Is this in typescript? Represents generics.
This is generics in typescripthttps://www.tslang.cn/docs/ha...
世界只因有你2017-07-05 10:52:56
Generics in typescript, functions similar to java and C++