1
This commit is contained in:
12
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/now.d.ts
vendored
Normal file
12
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/now.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 返回当前时间戳
|
||||
*/
|
||||
export declare function now(): number;
|
||||
|
||||
declare module './ctor' {
|
||||
interface XEUtilsMethods {
|
||||
now: typeof now;
|
||||
}
|
||||
}
|
||||
|
||||
export default now
|
||||
Reference in New Issue
Block a user