hebo-notification-handler-inmemory
v2.0.0
Published
Notification Handler implementation for hebo-js that stores to memory
Downloads
12
Readme
hebo-notification-handler-inmemory
Notification Handler implementation for hebo-js that stores to memory
Table of Contents
Install
npm:
npm install hebo-notification-handler-inmemory
yarn:
yarn add hebo-notification-handler-inmemory
Usage
const HeboNotificationHandlerInmemory = require('hebo-notification-handler-inmemory');
const heboNotificationHandlerInmemory = new HeboNotificationHandlerInmemory();
console.log(heboNotificationHandlerInmemory.renderName());
// script
Contributors
| Name | | ------------------ | | Steve Caldwell |
License
MIT © Steve Caldwell