JSPM

  • Created
  • Published
  • Downloads 68
  • Score
    100M100P100Q80116F
  • License GPL-3.0-only

Package Exports

  • @w3ux/utils
  • @w3ux/utils/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@w3ux/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Base

A collection of reusable utilities for manipulating data

Installation

npm install @w3ux/utils

or

yarn add @w3ux/utils

or

pnpm add @w3ux/utils

Usage

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

Utility Functions

This package provides utility functions that can be used in any JavaScript/TypeScript project:

import { /* specific function */ } from '@w3ux/utils'

// Use the utility functions
const result = /* call your function */

Documentation

For comprehensive documentation and examples, visit the w3ux documentation.

Keywords

w3ux, polkadot, web3, utilities, typescript, data-manipulation

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.