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

x/netzo/deps/deno_kv_oauth/deps.ts>SECOND

Deno-powered framework for building business web apps
Go to Latest
variable SECOND
import { SECOND } from "https://deno.land/x/netzo@0.3.91/deps/deno_kv_oauth/deps.ts";

The number of milliseconds in a second.

Examples

Example 1

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

console.log(SECOND); // => 1000

type

1000