|
1 | 1 | :question:
|
2 |
| -[@aureooms/js-predicate](https://make-github-pseudonymous-again.github.io/js-predicate) |
| 2 | +[@functional-abstraction/predicate](https://functional-abstraction.github.io/predicate) |
3 | 3 | ==
|
4 | 4 |
|
5 | 5 | Predicates for JavaScript.
|
6 |
| -See [docs](https://make-github-pseudonymous-again.github.io/js-predicate). |
| 6 | +See [docs](https://functional-abstraction.github.io/predicate). |
7 | 7 |
|
8 | 8 | ```js
|
9 | 9 | implication( negation( lt( 7 ) ) , gt( 5 ) )( ... ) ; // true
|
10 | 10 | ```
|
11 | 11 |
|
12 |
| -[](https://raw.githubusercontent.com/make-github-pseudonymous-again/js-predicate/main/LICENSE) |
13 |
| -[](https://www.npmjs.org/package/@aureooms/js-predicate) |
14 |
| -[](https://github.com/make-github-pseudonymous-again/js-predicate/actions/workflows/ci:test.yml?query=branch:main) |
15 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-predicate) |
16 |
| -[](https://david-dm.org/make-github-pseudonymous-again/js-predicate?type=dev) |
17 |
| -[](https://github.com/make-github-pseudonymous-again/js-predicate/issues) |
18 |
| -[](https://www.npmjs.org/package/@aureooms/js-predicate) |
| 12 | +[](https://raw.githubusercontent.com/functional-abstraction/predicate/main/LICENSE) |
| 13 | +[](https://www.npmjs.org/package/@functional-abstraction/predicate) |
| 14 | +[](https://github.com/functional-abstraction/predicate/actions/workflows/ci:test.yml?query=branch:main) |
| 15 | +[](https://david-dm.org/functional-abstraction/predicate) |
| 16 | +[](https://david-dm.org/functional-abstraction/predicate?type=dev) |
| 17 | +[](https://github.com/functional-abstraction/predicate/issues) |
| 18 | +[](https://www.npmjs.org/package/@functional-abstraction/predicate) |
19 | 19 |
|
20 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-predicate/issues) |
21 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-predicate/trends/churn) |
22 |
| -[](https://codecov.io/gh/make-github-pseudonymous-again/js-predicate) |
23 |
| -[](https://codeclimate.com/github/make-github-pseudonymous-again/js-predicate/trends/technical_debt) |
24 |
| -[](https://make-github-pseudonymous-again.github.io/js-predicate/source.html) |
25 |
| -[](https://bundlephobia.com/result?p=@aureooms/js-predicate) |
| 20 | +[](https://codeclimate.com/github/functional-abstraction/predicate/issues) |
| 21 | +[](https://codeclimate.com/github/functional-abstraction/predicate/trends/churn) |
| 22 | +[](https://codecov.io/gh/functional-abstraction/predicate) |
| 23 | +[](https://codeclimate.com/github/functional-abstraction/predicate/trends/technical_debt) |
| 24 | +[](https://functional-abstraction.github.io/predicate/source.html) |
| 25 | +[](https://bundlephobia.com/result?p=@functional-abstraction/predicate) |
26 | 26 |
|
27 | 27 | ## :link: Related
|
28 | 28 |
|
|
0 commit comments