semblance-dev/node_modules/date-fns/locale/ar-MA/_lib/formatLong.d.ts
2025-12-19 19:26:16 +00:00

5 lines
183 B
TypeScript
Executable file

export declare const formatLong: {
date: import("../../types.js").FormatLongFn;
time: import("../../types.js").FormatLongFn;
dateTime: import("../../types.js").FormatLongFn;
};