(propName: string | undefined, schema: JSONSchema7)
| 483 | } |
| 484 | |
| 485 | function isMillisecondsDurationProperty(propName: string | undefined, schema: JSONSchema7): boolean { |
| 486 | return isDurationProperty(schema) && !isSecondsDurationPropertyName(propName); |
| 487 | } |
| 488 | |
| 489 | |
| 490 | const COPYRIGHT = `/*--------------------------------------------------------------------------------------------- |
no test coverage detected
searching dependent graphs…