reykit 1.0.165 → 1.0.166

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.
@@ -4,6 +4,7 @@ import * as image from '../lib/image';
4
4
  import * as net from '../lib/net';
5
5
  import * as re from '../lib/re';
6
6
  import * as react from '../lib/react';
7
+ import * as time from '../lib/react';
7
8
  import * as twc from '../lib/twc';
8
9
  import * as window from '../lib/window';
9
- export { base, data, image, net, re, react, twc, window };
10
+ export { base, data, image, net, re, react, time, twc, window };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @Time : 2026-06-10
3
+ * @Author : Rey
4
+ * @Contact : reyxbo@163.com
5
+ * @Explain : Time methods.
6
+ */
7
+ /**
8
+ * Return local date time string.
9
+ *
10
+ * @returns Local date time string.
11
+ */
12
+ export declare function datetimeLocal(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.165",
3
+ "version": "1.0.166",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [