Module

std/datetime/mod.ts>MINUTE

The Deno Standard Library
Go to Latest
variable MINUTE
import { MINUTE } from "https://dotland.deno.dev/std@0.223.0/datetime/mod.ts";

The number of milliseconds in a minute.

Examples

Example 1

import { MINUTE } from "https://deno.land/std@0.223.0/datetime/constants.ts";

MINUTE; // 60_000

type

number
import MINUTE
import { MINUTE } from "https://dotland.deno.dev/std@0.223.0/datetime/mod.ts";