This repository has been archived on 2022-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
irreligious/node_modules/prelude-ls
Rudis Muiznieks 1d7cc7ec9b switched from tslint to eslint 2021-09-04 22:21:14 -05:00
..
lib switched from tslint to eslint 2021-09-04 22:21:14 -05:00
CHANGELOG.md switched from tslint to eslint 2021-09-04 22:21:14 -05:00
LICENSE switched from tslint to eslint 2021-09-04 22:21:14 -05:00
README.md switched from tslint to eslint 2021-09-04 22:21:14 -05:00
package.json switched from tslint to eslint 2021-09-04 22:21:14 -05:00

README.md

prelude.ls Build Status

is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.

See the prelude.ls site for examples, a reference, and more.

You can install via npm npm install prelude-ls

Development

make test to test

make build to build lib from src

make build-browser to build browser versions