iJhefe / ms-converter

Package to convert milliseconds to others time units and vice-versa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MsConverter

Package to convert ms in others unit times and vice-versa


Add to your project

npm i ms-converter

yarn add ms-converter


Examples

ms(2, 'years')

fromMs(180000, 'minutes')

fromMs(ms(2, 'minutes'), 'day')

About

Package to convert milliseconds to others time units and vice-versa


Languages

Language:TypeScript 100.0%