lakutata 0.0.4 → 0.0.5-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/cjs/Lakutata.d.cts
CHANGED
|
@@ -4257,9 +4257,16 @@ type TimeObject = {
|
|
|
4257
4257
|
milliseconds: number;
|
|
4258
4258
|
};
|
|
4259
4259
|
|
|
4260
|
+
/**
|
|
4261
|
+
* 时间类,继承于Date
|
|
4262
|
+
*/
|
|
4260
4263
|
declare class Time extends Date {
|
|
4261
4264
|
protected set __$$instance(instance: moment.Moment);
|
|
4262
4265
|
protected get __$$instance(): moment.Moment;
|
|
4266
|
+
/**
|
|
4267
|
+
* Constructor
|
|
4268
|
+
* @param inp
|
|
4269
|
+
*/
|
|
4263
4270
|
constructor(inp?: TimeInput);
|
|
4264
4271
|
/**
|
|
4265
4272
|
* 获取所有时区名称数组
|
package/build/esm/Lakutata.d.ts
CHANGED
|
@@ -4257,9 +4257,16 @@ type TimeObject = {
|
|
|
4257
4257
|
milliseconds: number;
|
|
4258
4258
|
};
|
|
4259
4259
|
|
|
4260
|
+
/**
|
|
4261
|
+
* 时间类,继承于Date
|
|
4262
|
+
*/
|
|
4260
4263
|
declare class Time extends Date {
|
|
4261
4264
|
protected set __$$instance(instance: moment.Moment);
|
|
4262
4265
|
protected get __$$instance(): moment.Moment;
|
|
4266
|
+
/**
|
|
4267
|
+
* Constructor
|
|
4268
|
+
* @param inp
|
|
4269
|
+
*/
|
|
4263
4270
|
constructor(inp?: TimeInput);
|
|
4264
4271
|
/**
|
|
4265
4272
|
* 获取所有时区名称数组
|