Dependencyless string builder implementation.
npm install builder-of-stringsIt accepts the following methods on a StringBuildable type formed by string, number and boolean:
- append
- appendWhen
- appendLine
- appendLineWhen
- appendSequence
- appendSequenceLines
- appendSequenceWhen
- appendSequenceLinesWhen