Installation

Install the Limitry TypeScript SDK

Install the Limitry TypeScript SDK using npm or yarn.

Installation

npm install @limitry/sdk

or

yarn add @limitry/sdk

or

pnpm add @limitry/sdk

Requirements

  • Node.js 18 or higher
  • npm, yarn, or pnpm

Verify Installation

import { Client } from '@limitry/sdk';

console.log('SDK installed successfully');

Next Steps

On this page