UNPKG

suitest-js-api

Version:

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

13 lines (9 loc) 161 B
/** * Logger timestamp formats */ const timestamp = { default: 'MMM D HH:mm:ss Z', none: 'none', }; Object.freeze(timestamp); module.exports = timestamp;