StringBuilderOptions
- Import from
@gabreusi/hyrax- Examples
- Run, answers asserted
Defined in: core/string-builder.ts:2
Options for StringBuilder.
Properties
| Property | Type | Description |
|---|---|---|
separator? | string | What goes between the parts. Defaults to a single space. |
unique? | boolean | Skip a part that is already in the builder. Defaults to false. |