@artmizu/utils
v1.2.0
Published
Library of useful utilities, some of them specific to the Russian language
Downloads
28
Readme
Handy collection of small JS utilities
This is all I use in my projects, maybe you will find something useful for yourself.
Utility types
- 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
Features
- Typescript support
How to install
Install package via a package manager:
# using npm
npm install @artmizu/utils
# using yarm
yarn add @artmizu/utils
# using pnpm
pnpm add @artmizu/utils