UNPKG

187 BTypeScriptView Raw
1/**
2 * 返回当前时间戳
3 */
4export declare function now(): number;
5
6declare module './ctor' {
7 interface XEUtilsMethods {
8 now: typeof now;
9 }
10}
11
12export default now