Search results: acfun.png

syncfig

Config Sync

0.1.2 • Published 6 years ago

@zqbx/fun-plus

```javascript import {count, countBy} from '@zqbx/fun-plus' ``` ## umd方式 ```javascript // 默认使用的全局变量:f ``` # 函数用例 ## count ```javascript count([1,2,2,2,23,4,2,3,4,5]) // => { '1': 1, '2': 4, '3': 2, '4': 2, '5': 1, '23': 1 } ``` ## countBy ``

1.0.4-beta • Published 1 year ago