MCPcopy Create free account
hub / github.com/api-platform/website / result

Function result

pwa/utils/con/humanize-duration.js:62–65  ·  view source on GitHub ↗
(ms, humanizerOptions)

Source from the content-addressed store, hash-verified

60 // parameters.
61 function humanizer(passedOptions) {
62 var result = function humanizer(ms, humanizerOptions) {
63 var options = assign({}, result, humanizerOptions || {});
64 return doHumanization(ms, options);
65 };
66
67 return assign(
68 result,

Callers

nothing calls this directly

Calls 2

assignFunction · 0.85
doHumanizationFunction · 0.85

Tested by

no test coverage detected