lib-io

This page (and lib-io) are still in the works. Just so you know.

lib-io is a library containing basic utilities for JS. Why write the same code over and over again?

Installation

npm install lib-io

Once 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?