{{{generatedMarker}}}

# {{title}}

Generated API reference for {{project}}; call these exactly as written. {{importNote}}
{{#hasSetup}}

## Setup
{{#setup}}
- `{{handle}}` — {{{note}}} `{{{snippetInline}}}`
{{/setup}}
{{/hasSetup}}
{{#units}}

## {{node}}
{{#groups}}

`{{importHeader}}`
{{#symbols}}
- `{{signature}}` — {{usage}}{{#throwsMarker}} {{throwsMarker}}{{/throwsMarker}}
{{/symbols}}
{{/groups}}
{{#example}}

Example:
```ts
{{{example}}}
```
{{/example}}
{{/units}}
