grafana/docs/sources/packages_api/data/topascalcase.md

24 lines
561 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "toPascalCase"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## toPascalCase variable
### toPascalCase variable
<b>Signature</b>
```typescript
toPascalCase: (string: string) => string
```
<b>Import</b>
```typescript
import { toPascalCase } from '@grafana/data';
```