Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable addDays
import { addDays } from "https://deno.land/x/gamla@91.0.0/src/time.ts";

type

(millisTimestamp: number, days: number) => unknown