7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
|
|
/**
|
||
|
|
* App-ready signal — emit and observe Matrix app readiness across
|
||
|
|
* shell, operational, and cognitive levels.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './AppReadySignal.js';
|