lakutata 0.0.4 → 0.0.5-beta.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.
@@ -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
  * 获取所有时区名称数组
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lakutata",
3
- "version": "0.0.4",
3
+ "version": "0.0.5-beta.0",
4
4
  "description": "An IoC-based universal application framework.",
5
5
  "type": "module",
6
6
  "main": "./build/cjs/Lakutata.cjs",