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

utcMondays

This is a convenience alias for utcMonday.range(...).

function utcMondays(
start: Date,
stop: Date,
step?: number,
): Date[];
§
utcMondays(start: Date, stop: Date, step?: number): Date[]
[src]

§Parameters

§
start: Date
[src]

A start date object for the range.

§
stop: Date
[src]

A stop date object for the range.

§
step?: number optional
[src]

An optional number of steps to apply when calculating the dates in the range.

§Return Type

§
Date[]
[src]