1.4.1 • Published 11 months ago

@davincihealthcare/utils v1.4.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

utils

A collection of utility for Elty.

Features

  • String Manipulation: Functions for formatting, parsing, and transforming strings.
  • Array Operations: Utilities for transforming, filtering, and sorting arrays.
  • Date and Time: Functions for manipulating and formatting dates and times.
  • Math Utilities: Common mathematical operations and constants.
  • Object Handling: Functions for managing and manipulating objects.
  • Geographical Data: Functions for handling cities, countries, regions, and districts.

How to Use

This package is available on npm as @davincihealthcare/utils. To install the package, run the following command:

npm install @davincihealthcare/utils

# or using yarn

yarn add @davincihealthcare/utils

# or using pnpm

pnpm add @davincihealthcare/utils

Here's an example of how to use the utility functions:

import { currentTimeInSeconds } from '@davincihealthcare/utils';
const currentTime = currentTimeInSeconds();
console.log(currentTime); // Outputs the current time in seconds
1.4.1

11 months ago

1.4.0

11 months ago

1.3.0

1 year ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago