New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clean-ms

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-ms

Convert ms to human-readable format

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

clean-ms.js

Convert ms to human-readable format

⚙️ Installation

npm i clean-ms

📖 Usage

• Import

// ES6
import cleanMs from "clean-ms";

// commonjs
const cleanMs = require("clean-ms");

• Examples

console.log(cleanMs(60000));     // output: 1m
console.log(cleanMs(3600000));   // output: 1h
console.log(cleanMs(86400000));  // output: 1d
console.log(cleanMs(123456789)); // output: 1d 10h 17m 36s

Support me on PatreonCheck out my socials

Keywords

clean-ms

FAQs

Package last updated on 12 May 2023

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