GitHub

anyOf

Accepts a list of input observables and emits true when any of the inputs emit a truthy value. Does not emit until all of the input streams have emitted at least once.

import { anyOf } from '@daffodil/core'
const anyOf: (items: any[]) => any