@w3ux/types
v2.4.1
Published
Common types used throughout the w3ux library
Maintainers
Readme
Types
Common types used throughout the w3ux library
Installation
npm install @w3ux/typesor
yarn add @w3ux/typesor
pnpm add @w3ux/typesUsage
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
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
License
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.
