allOf
Accepts a list of input observables and emits true when all of the inputs emit a truthy value. Does not emit until all of the input streams have emitted at least once.
import { allOf } from '@daffodil/core'
const allOf: (items: any[]) => any