This is all I use in my projects, maybe you will find something useful for yourself.
- Formatters for price, date, phone number and other stuff
- Russian-specific declination
- Utils for the data transformation
- Helper for creating the data structure for the pagination UI component
- Typescript support
Install package via a package manager:
# using npm
npm install @artmizu/utils
# using yarm
yarn add @artmizu/utils
# using pnpm
pnpm add @artmizu/utils