@tvkitchen/base-classes
v2.0.0-alpha.2
Published
Classes used for communication between TV Kitchen components.
Downloads
165
Readme
@tvkitchen/base-classes
This package exports common classes used to communicate between TV Kitchen appliances.
See the @tvkitchen/base README for more information.
Install
Using Yarn:
yarn add @tvkitchen/base-classes --dev
or using npm:
npm install --save-dev @tvkitchen/base-classes
About the Classes
- Payload: used to pass data between components.
- PayloadArray: used to store and filter a series of payloads.