π οΈTypescript SDK
POS25 provides a fully supported Typescript SDK. POS25 strongly encourages you to use the TypeScript SDK for app development whenever possible.
Installing the Typescript SDK
On a terminal run the below command to install the TypeScript SDK from Source or npmjs:
npm install pos25
Or
yarn add pos25
Or
pnpm add pos25
Using the TypeScript SDK
See the Using document for code examples showing how to use the Typescript SDK.
Additional information
Last updated