1.0.1 • Published 4 years ago

ohmygooo-notify v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

ohmygooo-notify

notify in ohmygooo-notify

Usage

const notify = require('ohmygooo-notify');

Use case

notify({ type: 'success', message: 'Success' });
notify({ type: 'warning', message: 'Warining' });
notify({ type: 'info', message: 'Info' });
notify({ type: 'error', message: 'Error' });

Install

yarn add ohmygooo-notify