@eosjs/utils
v0.1.5
Published
Utility functions for Eos Web Components
Readme
@eosjs/utils
Utility functions for Eos Web Components library.
📦 Installation
npm install @eosjs/utils
# or
pnpm add @eosjs/utils
# or
yarn add @eosjs/utils🚀 Usage
import { /* utility functions */ } from '@eosjs/utils';
// Example usage will be added as utilities are implemented📚 API Reference
This package provides utility functions that are shared across the Eos Web Components ecosystem.
Available Utilities
Documentation will be updated as utilities are added.
🔧 Development
# Install dependencies
pnpm install
# Build the package
pnpm build
# Watch mode for development
pnpm dev📄 License
MIT License - see the LICENSE file for details.
🤝 Contributing
Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
📝 Changelog
See CHANGELOG.md for a list of changes and version history.
