文件名称:rem:适用于JavaScript程序员的实用功能库
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-17 17:07:52
JavaScript
rem JavaScript程序员的实用函数库。 目录 基本函数 always compose curry identity maybe pipe Pointfree add concat eq filter flip forEach head includes intercalate last map match prop reduce replace reverse safeHead slice sort sortBy split take toLowerCase toString toUpperCase 结构体 Maybe 调试函数 getType trace
【文件预览】:
rem-master
----.gitignore(32B)
----package.json(793B)
----package-lock.json(171KB)
----src()
--------index.js(2KB)
--------structures()
--------pointfree()
--------debugging()
--------essential()
----LICENSE(1KB)
----doc()
--------English.md(65B)
----README.md(552B)
----test()
--------getType.test.js(507B)
--------curry.test.js(215B)