Files
2026-05-30 19:59:39 -03:00

3 lines
129 B
TypeScript

import type { EthiopicDate } from "./EthiopicDate.js";
export declare function isEthiopicDateValid(date: EthiopicDate): boolean;