feat:初始化 -融骅
This commit is contained in:
8
serve/types/index.d.ts
vendored
Normal file
8
serve/types/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
interface Date {
|
||||
/**
|
||||
* 格式化日期
|
||||
*
|
||||
* @param fmt 日期格式: yyyy-MM-dd hh:mm:ss
|
||||
*/
|
||||
format(fmt: string): string;
|
||||
}
|
||||
8
serve/types/prototype.d.ts
vendored
Normal file
8
serve/types/prototype.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
interface Date {
|
||||
/**
|
||||
* 格式化日期
|
||||
*
|
||||
* @param fmt 日期格式: yyyy-MM-dd hh:mm:ss
|
||||
*/
|
||||
format(fmt: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user