This is the default export of uneventful, which contains the API for jobs and
streams, as well as any signals-related APIs that don't depend on the signals
framework (like recalcWhen() and isObserved(), which do
nothing if the signals framework isn't in use, and won't cause it to be
imported).
This is the default export of uneventful, which contains the API for jobs and streams, as well as any signals-related APIs that don't depend on the signals framework (like recalcWhen() and isObserved(), which do nothing if the signals framework isn't in use, and won't cause it to be imported).
For the rest of the signals API, see the uneventful/signals export.