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?
lib-io
npm install lib-io
yarn add 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 4 years ago