uni-ticket-system/node_modules/licia/dateFormat.d.ts

10 lines
214 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
declare function dateFormat(
date: Date,
mask: string,
utc?: boolean,
gmt?: boolean
): string;
declare function dateFormat(mask: string, utc?: boolean, gmt?: boolean): string;
export = dateFormat;