Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/datetime/constants.ts>MINUTE

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable MINUTE
import { MINUTE } from "https://deno.land/std@0.222.1/datetime/constants.ts";

The number of milliseconds in a minute.

Examples

Example 1

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

MINUTE; // 60_000

type

number