anyNotifierType top-level constant

TypeChecker const anyNotifierType

Either NotifierBase or AsyncNotifierBase

Implementation

const anyNotifierType = TypeChecker.any([
  asyncNotifierBaseType,
  notifierBaseType,
]);