#### Typescript: const
---
```typescript
// Typescript: const
const Timeout = 1000
generate:
export const Timeout = 1000
const (
One string = "one"
Cento int = 100
)
export const One = "one"
export const Cento = 100
```
Powered by TurnKey Linux.