Skip to content

Installation

Install the Synthetic Users TypeScript/JavaScript SDK.

Using npm

bash
npm install @syntheticusers/sdk

Using yarn

bash
yarn add @syntheticusers/sdk

Using pnpm

bash
pnpm add @syntheticusers/sdk

From source

bash
git clone https://github.com/syntheticusers/sdk-typescript
cd sdk-typescript
npm install
npm run build

Verify 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.

Released under the MIT License.