# functionalJs **Repository Path**: visitor009/functionalJs ## Basic Information - **Project Name**: functionalJs - **Description**: javascript函数式编程库,封装函数式编程时常用到的函数 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2024-04-18 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README # javascript 函数式编程的接口库 >模仿[underscore.js](http://www.underscore-js.com/sourceread/index.html)实现自己的函数库,增加额外自己常用的函数,用于学习函数式编程 √ 单元测试 √ 使用文档 √ 采用es6 ## 目录结构 ``` + browserTest // 浏览器单元测试环境 |-- index.html + lib |-- functional.js // 函数库 + mochawesome-report |-- mochawesome.html // 单元测试报告 + doc 文档 |-- index_with_tree + test 单元测试 |-- functional.test.js // 测试用例代码 |-- spec.html // 测试用例规格 ``` [介绍](https://gitee.com/visitor009/functionalJs/wikis/%E4%BB%8B%E7%BB%8D) [使用文档](https://gitee.com/visitor009/functionalJs/wikis/%E4%BD%BF%E7%94%A8?sort_id=2161094)