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