2.0.0-alpha.2 • Published 3 years ago

@tvkitchen/base-classes v2.0.0-alpha.2

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
3 years ago

@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.