Socket
Book a DemoInstallSign in
Socket

fendjs-collection

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fendjs-collection

Enumerable data model collections for Fend.js

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
6
-45.45%
Maintainers
1
Weekly downloads
 
Created
Source

fendjs-collection

Build Status

Enumerable data model collections, with all Enumerable methods available.

Installation

$ component install Frapwings/fendjs-collection

API

Collection([models])

Initialize a new collection with the given models.

Collection#length()

Return the collection length.

Collection#push(model:Object)

Add model to the collection and return the index.

License

MIT license.

See the LICENSE.

Keywords

enumerable

FAQs

Package last updated on 05 Nov 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts