date-fp

所属分类:collect
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2019-12-11 21:34:02
上 传 者sh-1993
说明:  函数编程数据操作库,
(Functional programming date manipulation library,)

文件列表:
.babelrc (28, 2018-05-26)
.eslintignore (20, 2018-05-26)
.flowconfig (139, 2018-05-26)
.jshintrc (555, 2018-05-26)
.npmignore (103, 2018-05-26)
bin/ (0, 2018-05-26)
bin/publish_docs (313, 2018-05-26)
book.json (80, 2018-05-26)
buildTest.js (546, 2018-05-26)
circle.yml (321, 2018-05-26)
docs/ (0, 2018-05-26)
docs/SUMMARY.md (775, 2018-05-26)
docs/concepts.md (2374, 2018-05-26)
docs/functions/ (0, 2018-05-26)
docs/functions/add.md (614, 2018-05-26)
docs/functions/clone.md (164, 2018-05-26)
docs/functions/convert-to.md (537, 2018-05-26)
docs/functions/diff.md (670, 2018-05-26)
docs/functions/equals.md (311, 2018-05-26)
docs/functions/format.md (1936, 2018-05-26)
docs/functions/fromTime.md (278, 2018-05-26)
docs/functions/get.md (459, 2018-05-26)
docs/functions/index.md (697, 2018-05-26)
docs/functions/is-leap-year.md (246, 2018-05-26)
docs/functions/is-valid.md (264, 2018-05-26)
docs/functions/max.md (446, 2018-05-26)
docs/functions/min.md (446, 2018-05-26)
docs/functions/of.md (467, 2018-05-26)
docs/functions/parse.md (1521, 2018-05-26)
docs/functions/set.md (617, 2018-05-26)
docs/functions/sub.md (608, 2018-05-26)
docs/functions/unix-time.md (270, 2018-05-26)
example/ (0, 2018-05-26)
example/index.js (1397, 2018-05-26)
package.json (1590, 2018-05-26)
src/ (0, 2018-05-26)
src/_spec/ (0, 2018-05-26)
src/_spec/add.js (2400, 2018-05-26)
... ...

# date-fp [![Circle CI](https://circleci.com/gh/cullophid/date-fp.svg?style=svg)](https://circleci.com/gh/cullophid/date-fp) [![npm version](https://badge.fury.io/js/date-fp.svg)](https://badge.fury.io/js/date-fp) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cullophid/date-fp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) **date-fp** is a utility library for working with JavaScript dates. ## Motivation There are several excellent JavaScript libraries for managing dates in JavaScript but they are generally built to be used in the object-oriented programming paradigm. This makes them cumbersome to include in a functional context. All functions in **date-fp** are pure, autocurried and will not mutate the date objects they are applied to. *If you are not familiar with functional programming in JavaScript read [Professor Frisby's Mostly Adequate Guide to Functional Programming](https://drboolean.gitbooks.io/mostly-adequate-guide/content/)* *Also check out [Ramda](http://ramdajs.com) (A great library for functional programming with JavaScript)* ## Documentation Read the full [documentation](https://cullophid.github.io/date-fp) ## Contributing Yes please! Something to note is that we automatically release to NPM on every successful commit and we also strictly follow SemVer so please update the version number in `package.json` appropriately when submitting a Pull Request.

近期下载者

相关文件


收藏者