Skip to content

waynedeng01/ohos-parse-ms

Repository files navigation

parse-ms

Parse milliseconds into an object

零依赖,超轻量

ts友好,智能提示助你一把梭

Install

ohpm i parse-ms

Usage

import { type TimeComponents, parseMilliseconds } from "parse-ms"

parseMilliseconds(1337000001);
/*
{
	days: 15,
	hours: 11,
	minutes: 23,
	seconds: 20,
	milliseconds: 1,
	microseconds: 0,
	nanoseconds: 0
}
*/

Related

About

parse-ms鸿蒙版本

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published