hedgehog.js
v1.0.1
Published
A group of Hedgehogs is called an Array, But this allows you to use the word Hedgehog instead of Array in your Javascript
Downloads
3
Readme
A group of Hedgehogs is called an Array, But this allows you to use the word Hedgehog instead of Array in your Javascript
Example
let myHedgehog = new Hedgehog([])
Hedgehog.isHedgehog(myHedgehog) //true
Hedgehog.from('foo') // ['f', 'o', 'o']