@leapwallet/types
v0.0.5
Published
Types for leap provider
Downloads
221
Readme
@leapwallet/types
This package provides type definitions for the Leap extension provider, making it easier to work with in TypeScript projects.
Installation
Before using @leapwallet/types, ensure you've installed it via your package manager.
npm install @leapwallet/types --save-dev
or if you're using Yarn:
yarn add @leapwallet/types --dev
Usage
Import the package at the top level of your application, such as in your index.ts or the main entry file of your project.
import "@leapwallet/types";