zoom

所属分类:JavaScript/JQuery
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-01-01 03:45:37
上 传 者sh-1993
说明:  javascript中通用函数编程的数据类型集合。
(A collection of data types for generic functional programming in javascript.)

文件列表:
.circleci/ (0, 2022-08-07)
.circleci/config.yml (375, 2022-08-07)
.eslintignore (37, 2022-08-07)
.eslintrc.json (152, 2022-08-07)
.npmignore (136, 2022-08-07)
.nvmrc (9, 2022-08-07)
CHANGELOG.md (2049, 2022-08-07)
LICENSE (1070, 2022-08-07)
bin/ (0, 2022-08-07)
bin/build (534, 2022-08-07)
bin/lint (55, 2022-08-07)
bin/publish (378, 2022-08-07)
bin/tdd (85, 2022-08-07)
bin/test (88, 2022-08-07)
docs/ (0, 2022-08-07)
docs/ADT.md (1700, 2022-08-07)
docs/Core.md (2909, 2022-08-07)
docs/Either.md (13548, 2022-08-07)
docs/IO.md (2564, 2022-08-07)
docs/Maybe.md (13397, 2022-08-07)
docs/Reader.md (2507, 2022-08-07)
docs/RemoteData.md (11385, 2022-08-07)
docs/Result.md (12319, 2022-08-07)
docs/Task.md (9191, 2022-08-07)
docs/Tuple.md (4131, 2022-08-07)
docs/Validation.md (15559, 2022-08-07)
docs/Writer.md (3066, 2022-08-07)
package-lock.json (587802, 2022-08-07)
package.json (1000, 2022-08-07)
src/ (0, 2022-08-07)
src/_tools.js (1075, 2022-08-07)
src/adt.js (1967, 2022-08-07)
src/core.js (1294, 2022-08-07)
src/either.js (4781, 2022-08-07)
src/index.js (447, 2022-08-07)
src/io.js (2046, 2022-08-07)
src/maybe.js (4970, 2022-08-07)
src/reader.js (4821, 2022-08-07)
... ...

# Zoom . js [![CircleCI](https://circleci.com/gh/dustinws/zoom/tree/master.svg?style=shield)](https://circleci.com/gh/dustinws/zoom/tree/master) [![npm version](https://badge.fury.io/js/zoomjs.svg)](https://badge.fury.io/js/zoomjs) [![deps](https://david-dm.org/dustinws/zoom.svg)](https://david-dm.org/dustinws/zoom.svg) [![Coverage Status](https://coveralls.io/repos/github/dustinws/zoom/badge.svg?branch=master)](https://coveralls.io/github/dustinws/zoom?branch=master) --- ### Overview Zoom is a collection of tools to help javascript developers write safe, reliable code that is easy to read and easy to refactor. --- #### Helpers - [ADT](https://github.com/dustinws/zoom/blob/master/docs/ADT.md) - [Core](https://github.com/dustinws/zoom/blob/master/docs/Core.md) #### Types - [Either](https://github.com/dustinws/zoom/blob/master/docs/Either.md) - [IO](https://github.com/dustinws/zoom/blob/master/docs/IO.md) - [Maybe](https://github.com/dustinws/zoom/blob/master/docs/Maybe.md) - [Reader](https://github.com/dustinws/zoom/blob/master/docs/Reader.md) - [RemoteData](https://github.com/dustinws/zoom/blob/master/docs/RemoteData.md) - [Result](https://github.com/dustinws/zoom/blob/master/docs/Result.md) - [Task](https://github.com/dustinws/zoom/blob/master/docs/Task.md) - [Tuple](https://github.com/dustinws/zoom/blob/master/docs/Tuple.md) - [Validation](https://github.com/dustinws/zoom/blob/master/docs/Validation.md) - [Writer](https://github.com/dustinws/zoom/blob/master/docs/Writer.md) --- ###### Bundler Friendly Use direct require / import statements to only require the code that you need. --- ### Installation ##### npm `$ npm install --save zoomjs`

近期下载者

相关文件


收藏者