UNPKG

suitest-js-api

Version:

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

8 lines (7 loc) 138 B
export type ImageLoadState = { LOADED: 'loaded', LOADING: 'loading', ERROR: 'error', UNKNOWN: 'unknown', EMPTY: '', }