Skip to content

Repository files navigation

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

About

Collection of useful utilities, some of them specific to the Russian language

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from antfu/starter-ts