reykit 1.0.55 → 1.0.56
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/dist/index.js +11 -16
- package/dist/sys.d.ts +0 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27643,21 +27643,16 @@ const HE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
27643
27643
|
PATTERN_IP: BE,
|
|
27644
27644
|
PATTERN_PHONE: qE,
|
|
27645
27645
|
PATTERN_URL: NE
|
|
27646
|
-
}, Symbol.toStringTag, { value: "Module" })), GE =
|
|
27646
|
+
}, Symbol.toStringTag, { value: "Module" })), GE = 1;
|
|
27647
27647
|
function XE() {
|
|
27648
|
-
return GE;
|
|
27649
|
-
}
|
|
27650
|
-
const QE = 1;
|
|
27651
|
-
function VE() {
|
|
27652
27648
|
return 2;
|
|
27653
27649
|
}
|
|
27654
|
-
const
|
|
27650
|
+
const QE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27655
27651
|
__proto__: null,
|
|
27656
|
-
|
|
27657
|
-
|
|
27658
|
-
testFunc: VE
|
|
27652
|
+
test: GE,
|
|
27653
|
+
testFunc: XE
|
|
27659
27654
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
27660
|
-
class
|
|
27655
|
+
class VE {
|
|
27661
27656
|
/**
|
|
27662
27657
|
* Build instance.
|
|
27663
27658
|
*
|
|
@@ -27749,19 +27744,19 @@ class LE {
|
|
|
27749
27744
|
this.set(I, !R);
|
|
27750
27745
|
}
|
|
27751
27746
|
}
|
|
27752
|
-
const
|
|
27747
|
+
const ZE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
27753
27748
|
__proto__: null,
|
|
27754
|
-
Storager:
|
|
27755
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
27749
|
+
Storager: VE
|
|
27750
|
+
}, Symbol.toStringTag, { value: "Module" })), WE = {
|
|
27756
27751
|
component: UE,
|
|
27757
27752
|
base: _E,
|
|
27758
27753
|
net: HE,
|
|
27759
27754
|
re: jE,
|
|
27760
27755
|
react: zE,
|
|
27761
|
-
sys:
|
|
27756
|
+
sys: QE,
|
|
27762
27757
|
tailwindcss: ME,
|
|
27763
|
-
window:
|
|
27758
|
+
window: ZE
|
|
27764
27759
|
};
|
|
27765
27760
|
export {
|
|
27766
|
-
|
|
27761
|
+
WE as default
|
|
27767
27762
|
};
|
package/dist/sys.d.ts
CHANGED
|
@@ -4,11 +4,5 @@
|
|
|
4
4
|
* @Contact : reyxbo@163.com
|
|
5
5
|
* @Explain : System methods.
|
|
6
6
|
*/
|
|
7
|
-
/**
|
|
8
|
-
* Get environment variable dictionary of within then `Vite` frameework.
|
|
9
|
-
*
|
|
10
|
-
* @returns Environment dictionary
|
|
11
|
-
*/
|
|
12
|
-
export declare function getEnv(): Record<string, string>;
|
|
13
7
|
export declare const test = 1;
|
|
14
8
|
export declare function testFunc(): number;
|