core.filebuilder | Medplum
FileBuilder class
Signature:
export declare class FileBuilder
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(indent, header) | Constructs a new instance of the FileBuilder class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| indentCount | number |
Methods
| Method | Modifiers | Description |
|---|---|---|
| append(line) | ||
| appendNoWrap(line) | ||
| newLine() | ||
| toString() |