Skip to content

StringBuilderOptions ​

Import from
@gabreusi/hyrax
Examples
Run, answers asserted

Defined in: core/string-builder.ts:2

Options for StringBuilder.

Properties ​

PropertyTypeDescription
separator?stringWhat goes between the parts. Defaults to a single space.
unique?booleanSkip a part that is already in the builder. Defaults to false.

MIT License. Every example on these pages is type-checked against the built package, and the core ones are run.