mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 04:20:56 +00:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
export declare const isLeapYearWithOptions: import("./types.ts").FPFn2<
|
|
boolean,
|
|
import("../isLeapYear.ts").IsLeapYearOptions | undefined,
|
|
string | number | Date
|
|
>;
|