import * as mod from "https://deno.land/std@0.177.1/datetime/is_leap.ts";
Functions
Returns whether the given date or year (in number) is a leap year or not. based on: https://docs.microsoft.com/en-us/office/troubleshoot/excel/determine-a-leap-year |