Interface: RenderStream
An object to which a Tag can write its rendered content to.
Properties
size?
optional
size: number
Defined in
src/io/output_stream.ts:13
Methods
write()
write(value
): void
Write rendered content to the output stream.
Parameters
• value: string
Template output text.
Returns
void
Defined in
src/io/output_stream.ts:11