UNPKG

suitest-js-api

Version:

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

14 lines (10 loc) 236 B
/* eslint-disable key-spacing */ const textAlignment = { CENTER: 'center', JUSTIFIED: 'justified', LEFT: 'left', RIGHT: 'right', NATURAL: 'natural', }; Object.freeze(textAlignment); module.exports = textAlignment;