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

Function has

pwa/utils/con/humanize-duration.js:295–297  ·  view source on GitHub ↗
(obj, key)

Source from the content-addressed store, hash-verified

293 };
294
295 function has(obj, key) {
296 return Object.prototype.hasOwnProperty.call(obj, key);
297 }
298
299 humanizeDuration.getSupportedLanguages = function getSupportedLanguages() {
300 var result = [];

Callers 5

getDictionaryFunction · 0.85
doHumanizationFunction · 0.85
renderFunction · 0.85
assignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected