5 lines
183 B
TypeScript
Executable file
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;
|
|
};
|