UNPKG

@ima/devtools

Version:

IMA.js debugging panel in the Chrome Developer Tools window.

9 lines (7 loc) 133 B
const State = Object.freeze({ ALIVE: 'alive', DEAD: 'dead', DETECTING: 'detecting', RELOAD: 'reload', }); export { State };