2.8.1 โข Published 8 months ago
@akashrajpurohit/utils v2.8.1
@akashrajpurohit/utils is a npm package for common utility functions that I use in my JavaScript and TypeScript projects.
Read more about the docs and usage on akashrajpurohit.github.io/utils.
Installation ๐
pnpm add @akashrajpurohit/utilsOr use any other package manager like npm or yarn.
Usage ๐ ๏ธ
import { formatDate } from '@akashrajpurohit/utils';
const date = new Date('2021-10-10T10:10:10.000Z');
const formattedDate = formatDate(date, 'full');
console.log(formattedDate); // Sunday, October 10, 2021Contributing ๐ซฑ๐ปโ๐ซฒ๐ผ
Follow the contribution guidelines to contribute to this project.
Bugs or Requests ๐
If you encounter any problems feel free to open an issue. If you feel the project is missing a feature, please raise a ticket on GitHub and I'll look into it. Pull requests are also welcome.
Where to find me? ๐
2.7.0
8 months ago
2.8.1
8 months ago
2.8.0
8 months ago
2.6.1
1 year ago
2.5.0
1 year ago
2.4.1
2 years ago
2.6.0
1 year ago
2.5.1
1 year ago
2.4.0
2 years ago
2.3.0
2 years ago
2.2.1
2 years ago
2.2.0
2 years ago
2.2.2
2 years ago
2.1.0
2 years ago
1.4.0
2 years ago
2.0.0
2 years ago
1.2.0
2 years ago
1.3.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago