Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 555 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 555 Bytes

utils

JSR

This is an utility toolkit that provides classes, out of the box, to handle common software development tasks.

Installation

Run this command :

pnpx jsr add @yttiiz/utils

Import

import package elements, like so :

import * as utils from "@yttiiz/utils";

or individualy (e.g) :

import { DateFormatter } from "@yttiiz/utils";

Example

DateFormatter.display({ date: 1724620845901 }); // 25 août 2024 à 23:20