标签: javascript
我没有找到任何关于如何记录curried函数的文档。让我们假设我们有以下功能:
alertDialog
这是一份有效的文件吗?
const push = browserHistory => route => browserHistory.push(route)