Package Exports
- @corbado/types
- @corbado/types/dist/index.d.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@corbado/types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Corbado Shared Types
This package provides shared TypeScript type definitions for Corbado. It's designed to give developers the power of strong typing and enhance the development experience with autocompletion and IntelliSense support in various IDEs.
Installation
To install the shared types package, use the following command:
npm install @corbado/types --save-devor if you are using yarn:
yarn add @corbado/types --dev