Package Exports
- can-set
- can-set/src/clause
- can-set/src/compare
- can-set/src/get
- can-set/src/helpers
- can-set/src/props
- can-set/src/set-core
- can-set/test/test
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (can-set) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
can-set
can-set is a utility for comparing sets that are represented by the parameters commonly passed to service requests.
For example, the set {type: "critical"} might represent all
critical todos. It is a superset of the set {type: "critical", due: "today"}
which might represent all critical todos due today.
can-set is useful for building caching and other data-layer optimizations. It can be used in client or server environments. can-connect uses can-set to create data modeling utilities and middleware for the client.
Documentation
Read the can-set API docs on CanJS.com.
Changelog
See the latest releases on GitHub.
Contributing
The contribution guide has information on getting help, reporting bugs, developing locally, and more.