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
- Keep the
README.mdup-to-date with changes - Have fun
🔥 🚀