Skip to main content
Module

x/troodon/algorithms/leap_year.ts>listLeapYears

🦖 Troodon is a Library for Deno to Handle Algorithms
Latest
variable listLeapYears
import { listLeapYears } from "https://deno.land/x/troodon@v0.4.1/algorithms/leap_year.ts";

type

(s: number, e: number) => IResult