103-breads
v0.0.3
Published
General utils for making your code cleaner
Downloads
14
Readme
103 breads
103-breads is a simple nodejs lib with basic utils that can make you code faster.
Install
Recommended to use yarn
yarn add 103-breads # or `npm install 103-breads`
Usage
CommonJS
const bread = require("103-breads");
...
Modules
import * as bread from "103-breads";
...