lib-io
lib-io is a library containing basic utilities for JS. Why write the same code over and over again?
Installation
npm install lib-ioyarn add lib-ioOnce you've added lib-io to your project, you have to require it in your file.
const lib_io = require('lib-io')Last updated
Was this helpful?