@w3ux/types
TypeScript icon, indicating that this package has built-in type declarations

2.4.1 • Public • Published

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.

Package Sidebar

Install

npm i @w3ux/types

Weekly Downloads

57

Version

2.4.1

License

GPL-3.0-only

Unpacked Size

8.7 kB

Total Files

8

Last publish

Collaborators

  • polkadotcloud