Combines multiple document loaders into one. The resulting loader resolves if any loader returns a result, and rejects otherwise.
An array of document loaders to be combined.
A composite document loader wrapping the input loaders.
Combines multiple document loaders into one. The resulting loader resolves if any loader returns a result, and rejects otherwise.