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-sdk

Install with Other Package Managers

pnpm

pnpm add github:newline53/newline-ts-sdk

bun

bun add github:newline53/newline-ts-sdk

yarn

yarn add github:newline53/newline-ts-sdk

Module 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