If you want to contribute just follow the next steps :
git clone https://github.com/dimensi0n/stor.gitnpm itouch file.jscommit -m "ADD or UPDATE or FIX <file or feature>"🚫 Wrong :
console.log()✅ Correct :
console.log();🚫 Wrong :
console.log('hello');✅ Correct :
console.log("hello");