MCPcopy Index your code
hub / github.com/csev/py4e / humanize

Function humanize

code/gmane/Chart.bundle.js:4643–4652  ·  view source on GitHub ↗
(withSuffix)

Source from the content-addressed store, hash-verified

4641 }
4642
4643 function humanize (withSuffix) {
4644 var locale = this.localeData();
4645 var output = duration_humanize__relativeTime(this, !withSuffix, locale);
4646
4647 if (withSuffix) {
4648 output = locale.pastFuture(+this, output);
4649 }
4650
4651 return locale.postformat(output);
4652 }
4653
4654 var iso_string__abs = Math.abs;
4655

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected