Skip to content

isValidDuration

isValidDuration(d): d is Duration

Defined in: duration.ts:111

Ensure a duration is a valid google.protobuf.Duration. The range is from -315,576,000,000 to +315,576,000,000 inclusive. The nanos field must be in the range of -999,999,999 to +999,999,999 inclusive.

Duration

d is Duration