🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@davincihealthcare/utils

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@davincihealthcare/utils

A collection of utility for Elty.

latest
npmnpm
Version
1.6.7
Version published
Maintainers
5
Created
Source

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

FAQs

Package last updated on 17 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts