jtc-utils
Version:
Utilities for Japanese Traditional Companies
8 lines • 322 B
text/typescript
import { type Locale } from "./locale/index.cjs";
declare type FormatDateOptions = {
locale?: Locale;
timeZone?: string;
};
export declare function formatDate(date: Date | number | string | null | undefined, format: string, options?: FormatDateOptions): string;
export {};
//# sourceMappingURL=formatDate.d.cts.map