UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

7 lines (6 loc) 101 B
export type Directions = { UP: 'up', DOWN: 'down', LEFT: 'left', RIGHT: 'right', };