Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update package description #50

Merged
merged 2 commits into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
[![Coverage][coveralls-image]][coveralls-url]
[![Language][language-image]][language-url]

This library is a collection of utility functions that operate with JavaScript `Sets`.
This library is a collection of high performance utilities from Set Theory,
which operate on an arbitrary number of Sets by each accepting variable arguments.

Each function, as derived from Set Theory, is built to operate on n-ary sets by accepting variable arguments.
Additionally, each function operates with the principals of immutability: none of the input sets are modified in the process or result of calculation.
Each utility function operates with the principals of immutability:
none of the input sets are modified in the process or result of calculation.


## Set Operations:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.4.2",
"author": "Nathaniel Holden <holden@inanity.io> (https://inanity.io)",
"homepage": "https://github.com/kubikowski/set-utilities",
"description": "Set Utilities for JavaScript",
"description": "A collection of high performance utilities from Set Theory, which operate on an arbitrary number of Sets.",
"license": "MIT",
"keywords": [
"set",
Expand Down