初始化
This commit is contained in:
9
uni_modules/UniDevTools/node_modules/licia/dateFormat.d.ts
generated
vendored
Normal file
9
uni_modules/UniDevTools/node_modules/licia/dateFormat.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare function dateFormat(
|
||||
date: Date,
|
||||
mask: string,
|
||||
utc?: boolean,
|
||||
gmt?: boolean
|
||||
): string;
|
||||
declare function dateFormat(mask: string, utc?: boolean, gmt?: boolean): string;
|
||||
|
||||
export = dateFormat;
|
||||
Reference in New Issue
Block a user