Licence
ISC
Version
1.0.1
Deps
3
Size
2 kB
Vulns
0
Weekly
0
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