patronum
patronum copied to clipboard
Add new `condition` case
const { then: ready, else: notReady } = condition({
source: routeMatched,
if: $hasChunk,
})
Relates #185
But these changes will make nesting another condition impossible?