> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rampkit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Version

> Get SDK version

```typescript theme={null}
import { SDK_VERSION } from "rampkit-expo-dev";

console.log(SDK_VERSION); // "1.0.0"
```
