JSPM

  • Created
  • Published
  • Downloads 80
  • Score
    100M100P100Q70729F
  • License GPL-3.0-only

Package Exports

  • @w3ux/types

Readme

Types

Common types used throughout the w3ux library

Installation

npm install @w3ux/types

or

yarn add @w3ux/types

or

pnpm add @w3ux/types

Usage

import { /* your imports */ } from '@w3ux/types'

Type Definitions

This package provides TypeScript type definitions:

import type { /* specific types */ } from '@w3ux/types'

// Use the types in your code
interface MyInterface extends /* your type */ {
  // Your interface definition
}

Documentation

For comprehensive documentation and examples, visit the w3ux documentation.

Keywords

w3ux, polkadot, web3, typescript, types, definitions

Repository

License

This package is licensed under the GPL-3.0-only.


Part of the w3ux library - A collection of packages for building Web3 applications.