JSPM

  • Created
  • Published
  • Downloads 64
  • Score
    100M100P100Q76272F
  • License ISC

Comprehensive TypeScript type definitions to seamlessly integrate with Corbado. Designed to empower developers with strong typing for enhanced code quality and autocompletion in supported IDEs. Perfect for ensuring type safety and consistency across JavaScript and TypeScript projects.

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

or if you are using yarn:

yarn add @corbado/types --dev