(value)
| 577 | } |
| 578 | |
| 579 | function __isDuration(value) { |
| 580 | return (typeof value === "string") && /^(-|)?P[T]?[\d\.,\-]+[YMDTHS]/.test(value); |
| 581 | } |
| 582 | |
| 583 | function __isEmpty(obj) { |
| 584 | if (obj === null || obj === undefined) { |
no outgoing calls
no test coverage detected