Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The blank
accessor property of Temporal.Duration
instances returns a boolean that is true
if this duration represents a zero duration, and false
otherwise. It is equivalent to duration.sign === 0
.