## unmountAll · function

Removes all Aberdeen-managed DOM nodes and stops all active reactive scopes
(created by `mount`, `derive`, | A with functions, etc.).

This effectively cleans up the entire Aberdeen application state. Aside from in
automated tests, there should probably be little reason to call this function.

**Signature:** `() => void`
