UNPKG

@tvkitchen/countertop

Version:

The entry point for developers who want to set up a TV Kitchen.

10 lines (8 loc) 196 B
/* eslint-disable import/prefer-default-export */ export const countertopStates = { ERRORED: 'errored', STARTED: 'started', STARTING: 'starting', STOPPED: 'stopped', STOPPING: 'stopping', }