@fgv/ts-web-extras
Version:
Browser-compatible utilities and FileTree implementations
14 lines (8 loc) • 421 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@fgv/ts-web-extras](./ts-web-extras.md) > [WellKnownDirectory](./ts-web-extras.wellknowndirectory.md)
## WellKnownDirectory type
Well-known directory type
**Signature:**
```typescript
export type WellKnownDirectory = 'desktop' | 'documents' | 'downloads' | 'music' | 'pictures' | 'videos';
```