mirror of
https://github.com/quartz-community/utils.git
synced 2026-07-22 02:50:27 +00:00
3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare function formatDate(d: Date, locale?: string): string;
|
|
|
|
export { formatDate };
|