0.1.13 • Published 2 years ago

byarutils v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.1.10

2 years ago

0.1.11

2 years ago

0.1.13

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago