(app: App)
| 97 | } |
| 98 | |
| 99 | export function devtoolsUnmountApp(app: App): void { |
| 100 | emit(DevtoolsHooks.APP_UNMOUNT, app) |
| 101 | } |
| 102 | |
| 103 | export const devtoolsComponentAdded: DevtoolsComponentHook = |
| 104 | /*@__PURE__*/ createDevtoolsComponentHook(DevtoolsHooks.COMPONENT_ADDED) |
no test coverage detected