javascript - What does this way of writing <> in js mean?
三叔
三叔 2017-07-05 10:50:56
0
3
703
export function combineReducers<S>(reducers: ReducersMapObject): Reducer<S>;

上边代码是redux中的一段,求解释<>这个是神马意思
三叔
三叔

reply all(3)
黄舟

Is this in typescript? Represents generics.

黄舟

This is generics in typescript
https://www.tslang.cn/docs/ha...

世界只因有你

Generics in typescript, functions similar to java and C++

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template