Home > @rushstack/stream-collator > StreamCollator > writers
StreamCollator.writers property
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The list of writers that have been registered by calling StreamCollator.registerTask(), in the order that they were registered.
Signature:
get writers(): ReadonlySet<CollatedWriter>;