Files
zyt/TongjiUniApp/node_modules/licia/dateFormat.d.ts
T
2026-08-11 17:41:36 +08:00

10 lines
214 B
TypeScript

declare function dateFormat(
date: Date,
mask: string,
utc?: boolean,
gmt?: boolean
): string;
declare function dateFormat(mask: string, utc?: boolean, gmt?: boolean): string;
export = dateFormat;