Skip to main content
Module

x/durationjs/package.json

Get the formated time duration
Go to Latest
File
{ "name": "@retraigo/duration.js", "version": "4.0.0", "type": "module", "description": "Get the formatted time duration", "main": "duration.js", "scripts": { "test": "node test" }, "typings": "./types.d.ts", "repository": { "type": "git", "url": "git+https://github.com/retraigo/duration.js.git" }, "keywords": [ "duration", "time", "timestamp", "node", "deno", "typescript" ], "author": "retraigo", "license": "MIT", "bugs": { "url": "https://github.com/retraigo/duration.js/issues" }, "homepage": "https://github.com/retraigo/duration.js#readme"}