# configuration/constants/writing.constants.ts

> 2 lines of code and 2 definitions.

Tree: Build tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/build#file-build-configuration-constants-writing-constants-ts
Source text: https://banes-lab.com/assets/sources/source.aae68d0fd9bd90bf363b23f1916b93e46a5c9674478ca594c9c1a499c9fd4062.generated.txt

## Definitions

- `SECTION_MARK` (lexical_declaration, line 1, exported)
- `SIGNOFF_SEPARATOR` (lexical_declaration, line 3, exported)

## Source

```typescript
export const SECTION_MARK = "#";

export const SIGNOFF_SEPARATOR = " ";
```
