# types/base.types.ts

> 1 lines of code and 1 definition.

Tree: Site tree
Language: typescript
Layer: infrastructure
Canonical: https://banes-lab.com/anatomy/tree#file-types-base-types-ts
Source text: https://banes-lab.com/assets/sources/source.92339b1163dfe9a3787e5478c37a3f8a9afb24db8c8253b725106b72873cdf88.generated.txt

## Definitions

- `Disposer` (type_alias_declaration, line 1, exported)

## Source

```typescript
export type Disposer = () => void;
```
