Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable SECOND
import { SECOND } from "https://deno.land/x/netzo@0.4.62/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