Back to Knowledge Base
@axox/utils
v0.9.5Common utility functions and helpers for JavaScript/TypeScript applications.
npm install @axox/utils1.2k downloads
@axox/utils
Common utility functions and helpers.
Installation
npm install @axox/utils
Usage
import { formatDate } from '@axox/utils'; const date = formatDate(new Date());