npm.io
0.1.13 • Published 2 years ago

byarutils

Licence
MIT
Version
0.1.13
Deps
1
Size
10 kB
Vulns
0
Weekly
0

byarutils

Simple, powerful, lightweight helpers library to assist your projects

NPM JavaScript Style Guide

Install

npm install --save byarutils

Usage

import { log } from 'byarutils'
import { addToPool } from 'byarutils'

function send(to, subject, body) {
  try {
    // ...
    log('SUCCESS', 'Mail Sender Service', 'Mail sent successfully to: ' + to)
  } catch (error) {
    log('ERROR', 'Mail Sender Service', 'Mail sending failed to: ' + to)
    addToPool(send, [to, subject, body], 3)
  }
}

License

MIT matisbyar

Thanks to contributors

Keywords