Getting Started
It’s easy to get started with Inpulse UI Utils. Follow the steps below to install the package and start using the utilities in your project.
Installation
Section titled “Installation”pnpm add @inpulse-ui/utilsbun add @inpulse-ui/utilsyarn add @inpulse-ui/utilsnpm install @inpulse-ui/utilsThen import the utilities you need in your project files. For example, to use the amount utility:
import { amount } from '@inpulse-ui/utils';You can also import Amount inner methods individually as needed:
import { assertCurrencyMismatch } from '@inpulse-ui/utils/amount';This is especially useful for debbugging or low-level operations.
Aliases
Section titled “Aliases”Some utilities offers shorter alias names for convenience. Please refer to the documentation of each utility for available aliases.
Built with by Jo Santana in Brazil.
© 2026 Inpulse. All rights reserved.