Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IntervalOptions

import type { IntervalOptions } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";

The interval function options.

interface IntervalOptions {
assertPositive?: boolean;
}

§Properties

§
assertPositive?: boolean
[src]

Asserts that the interval is positive (start is after the end).