Skip to main content
Module

x/troodon/algorithms/leap_year.ts>isLeapYear

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

type

(year: number) => boolean