Socket
Socket
Sign inDemoInstall

human-elapsed

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    human-elapsed

A small module that translates seconds to elapsed (human) time


Version published
Weekly downloads
153
decreased by-25.37%
Maintainers
1
Install size
5.32 kB
Created
Weekly downloads
 

Readme

Source

HumanElapsed

A small module that translates seconds to elapsed (human) time

Try it in your browser

Just go to Runkit and click run

Usage

const HumanElapsed = require('human-elapsed')

HumanElapsed(10) // '10 seconds'
HumanElapsed(60) // '1 minute'
HumanElapsed(71) // '2 minutes 1 second'
HumanElapsed(1000122) // '11 days 13 hours 48 minutes 42 seconds'

Keywords

FAQs

Last updated on 03 Jun 2018

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc