(obj, key)
| 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 = []; |
no outgoing calls
no test coverage detected