TypeScript SDK Installation
The Newline TypeScript SDK can be installed using a supported JavaScript package manager.
Install with npm
npm install github:newline53/newline-ts-sdkInstall with Other Package Managers
pnpm
pnpm add github:newline53/newline-ts-sdkbun
bun add github:newline53/newline-ts-sdkyarn
yarn add github:newline53/newline-ts-sdkModule Format
The SDK is published as an ES Module (ESM).
Applications using CommonJS must use dynamic import() to import and use the package.
Requirements
For supported JavaScript runtimes, refer to the SDK runtime requirements documentation (RUNTIMES.md).
GitHub Repository
The SDK source code and release history are available on GitHub: https://github.info53.com/fitb-embeddedapi/newline-dotnet-sdk/tree/develop
Updated about 3 hours ago
