Current Path: > > lib > node_modules > npm > node_modules > humanize-ms >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
History.md | File | 368 bytes | March 10 2021 14:36:39. | |
LICENSE | File | 1023 bytes | March 10 2021 14:36:40. | |
README.md | File | 1137 bytes | March 10 2021 14:36:40. | |
index.js | File | 442 bytes | March 10 2021 14:36:40. | |
package.json | File | 1609 bytes | March 10 2021 14:36:40. |
/*! * humanize-ms - index.js * Copyright(c) 2014 dead_horse <dead_horse@qq.com> * MIT Licensed */ 'use strict'; /** * Module dependencies. */ var util = require('util'); var ms = require('ms'); module.exports = function (t) { if (typeof t === 'number') return t; var r = ms(t); if (r === undefined) { var err = new Error(util.format('humanize-ms(%j) result undefined', t)); console.warn(err.stack); } return r; };
SILENT KILLER Tool