variable WEEKimport { WEEK } from "https://dotland.deno.dev/x/fresh@1.7.3/src/dev/deps.ts"; The number of milliseconds in a week. ExamplesExample 1 import { WEEK } from "https://deno.land/std@$STD_VERSION/datetime/constants.ts"; console.log(WEEK); // => 604800000 (7 * 24 * 60 * 60 * 1000) typenumber