Appearance
Installation
Install the Synthetic Users TypeScript/JavaScript SDK.
Using npm
bash
npm install @syntheticusers/sdkUsing yarn
bash
yarn add @syntheticusers/sdkUsing pnpm
bash
pnpm add @syntheticusers/sdkFrom source
bash
git clone https://github.com/syntheticusers/sdk-typescript
cd sdk-typescript
npm install
npm run buildVerify Installation
typescript
import { SyntheticUsers } from '@syntheticusers/sdk'
console.log('SDK loaded successfully')Next Steps
Continue to the Quick Start guide to learn how to use the SDK.