jtc-utils
Version:
Utilities for Japanese Traditional Companies
8 lines • 320 B
TypeScript
import { type Locale } from "./locale/index.ts";
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.ts.map