Blucas
Blucas
``` ... ... // 前面的例子中我们必须要写两个组合才行,但既然组合是符合结合律的,我们就可以只写一个, // 而且想传给它多少个函数就传给它多少个,然后让它自己决定如何分组。 var lastUpper = compose(toUpperCase, head, reverse); lastUpper(['jumpkick', 'roundhouse', 'uppercut']); //=> 'UPPERCUT' ``` 在上述代码中,我个人计算的和控制台输出的答案都是"JUMPKICK"。还望作者确认一下,不知道到底是我搞错了还是您大意了、
正常情况下: ```ts interface Square { kind: 'square'; size: number; } interface Rectangle { kind: 'rectangle'; width: number; height: number; } type Shape = Square | Rectangle; function size(s: Shape) {...
## Environment | Package | Version | | ---- | ---- | | expo | 45.0.5 | | react | 17.0.2 | | react-native | 0.68.2 | | react-native-tab-view |...
🐞 FAQ
[Wiki](https://github.com/HuolalaTech/page-spy-web/wiki) 中收录了社区中反馈的常见问题,请各位小伙伴自行前往查看。 The [Wiki](https://github.com/HuolalaTech/page-spy-web/wiki) contains common issues reported by the community. Please check it. 如果没有解决你的问题,欢迎提交 Issue,我们将在第一时间给予回复。 If your problem is not resolved, feel free to submit an issue, and we...
🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟 🌟...
## Current Behavior ```bash ➜ page-spy git:(main) lerna version preminor lerna notice cli v8.0.2 lerna info versioning independent lerna info Looking for changed packages since v1.5.7 lerna info version Skipping...
### Env - "vue": "^2.6.0", - "vue-template-compiler": "^2.6.12", - "rollup": "^2.48.0", - "rollup-plugin-vue": "^5.0.0", - "@babel/preset-env": "^7.0.0", - "@vue/babel-helper-vue-jsx-merge-props": "^1.2.1", - "@vue/babel-preset-jsx": "^1.2.4" ### What happened Following is my code,...
