1.1.0 • Published 5 years ago

organic-alchemy-started-cells-info v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

organic-alchemy-started-cells-info

An Array implementation with organic alchemy inside.

methods

add(cellInfo: Object)

Adds cellInfo as array item if it doesn't exist already.

match(cellInfo: Object)

returns true indicating that cellInfo has been found in array items

remove(cellInfo: Object)

Removes array item by matching cellInfo

addMany(cellInfos: Array)

Adds multiple array items at once by cellsInfo array. Will not add array items if exists already

cellInfo: Object

{
  name: String,
  version: String,
  mode: String,
  index: String
}

Testing

You're more than welcome to contribute tests for this repo :)

Contributing

We :hearts: contribution. Please follow these simple rules:

  • Keep the README.md up-to-date with changes
  • Have fun :fire::rocket::shipit: