other-storage

Save any data without creating new variables.

Usage no npm install needed!

<script type="module">
  import otherStorage from 'https://cdn.skypack.dev/other-storage';
</script>

README

Storage-master.

Thanks to this library, you can add unnecessary data at the moment or just save any information without creating new variables, but just conveniently work with a minimalistic storage.

💻 Code example.

const { Storager } = require('other-storage')
const store = new Storager()

store.add('name', 'John')

🌐 Installation.

$ npm i other-storage

📕 Method.

  • add()
  • get()
  • set()
  • del()
  • clean()