Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

array-base

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

array-base

array-base

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

view on npm npm module downloads Build Status Dependency Status js-standard-style

array-base

Example

const ArrayBase = require('array-base')
class Collection extends ArrayBase {}

ArrayBase ⏏

Kind: Exported class

arrayBase.load(items) ↩︎

Load an array with the supplied items

Kind: instance method of ArrayBase
Chainable

ParamType
itemsArray.<any>

arrayBase.clear() ↩︎

Empty the array.

Kind: instance method of ArrayBase
Chainable

© 2017 Lloyd Brookes <75pound@gmail.com>. Documented by jsdoc-to-markdown.

Keywords

array

FAQs

Package last updated on 29 May 2017

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