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 (e.g. recalcWhen, which does nothing if the signals framework
isn't in use, and doesn'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 (e.g. recalcWhen, which does nothing if the signals framework isn't in use, and doesn't cause it to be imported).
For the rest of the signals API, see the uneventful/signals export.