# configuration/constants/glossary.constants.ts

> 2 lines of code and 2 definitions.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-configuration-constants-glossary-constants-ts
Source text: https://banes-lab.com/assets/sources/source.1707b529a480d55b20a663c1b7b9d9d5f5b636e3a925fbd6ddae8f49dabc2dde.generated.txt

## Definitions

- `GLOSSARY_LETTER_PREFIX` (lexical_declaration, line 1, exported)
- `GLOSSARY_LETTER_SEPARATOR` (lexical_declaration, line 3, exported)

## Source

```typescript
export const GLOSSARY_LETTER_PREFIX = "glossary-";

export const GLOSSARY_LETTER_SEPARATOR = " · ";
```
