2025-06-17 11:39:51 +08:00

3 lines
96 B
TypeScript

import { DateTime } from "../typing";
export declare function parseDate(input: DateTime): Date;