Skip to main content

Typescript

To use the Cardinal SDK in Typescript, you can install it using yarn:

yarn add @icure/cardinal-sdk

You can also use npm:

npm install @icure/cardinal-sdk

We strongly recommend using strict null checks when developing your application.

note

To use the Cardinal SDK on node, you need node 19 or greater.