Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhz-io/abstract-set
(OBSOLETE)Abstract Set
https://github.com/nhz-io/abstract-set
Last synced: 4 days ago
JSON representation
(OBSOLETE)Abstract Set
- Host: GitHub
- URL: https://github.com/nhz-io/abstract-set
- Owner: nhz-io
- License: mit
- Created: 2016-01-28T17:56:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T23:06:19.000Z (over 9 years ago)
- Last Synced: 2024-05-02T02:18:47.471Z (8 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abstract-set
## Abstract Set [![Build Status][travis-image]][travis-url]
[![NPM][npm-image]][npm-url]## Install
```
npm install --save abstract-set
```## Browser
* [abstract-set.js](abstract-set.js)
* [abstract-set.min.js](abstract-set.min.js)Build
-----
```
git clone https://github.com/NHZio/abstract-set.git
cd abstract-set
npm install
gulp
```VERSION
-------
#### 0.0.5
* changed empty() to call handler method
* added size()#### 0.0.4
* added toJSON()
* added valueOf()
* fallback to default handler if particular handler is missing#### 0.0.3
* Total remake#### 0.0.2
* Remove length property on toJSON when length is 0LICENSE
-------
#### [MIT](LICENSE)[travis-image]: https://travis-ci.org/NHZio/abstract-set.svg
[travis-url]: https://travis-ci.org/NHZio/abstract-set[npm-image]: https://nodei.co/npm/abstract-set.png
[npm-url]: https://nodei.co/npm/abstract-set