0.1.13 • Published 1 month ago

byarutils v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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

1 month ago

0.1.11

1 month ago

0.1.13

1 month ago

0.1.8

1 month ago

0.1.7

1 month ago

0.1.9

1 month ago

0.1.4

1 month ago

0.1.5

1 month ago

0.1.3

7 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

1.0.0

8 months ago