ctx-core 6.5.7 → 6.5.9
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/all/ctx/index.d.ts +136 -3
- package/package.json +4 -4
package/all/ctx/index.d.ts
CHANGED
|
@@ -4,11 +4,144 @@ export declare function ctx__new():ctx_T<''>
|
|
|
4
4
|
export { ctx__new as ctx_ }
|
|
5
5
|
export declare function ns_ctx__new<
|
|
6
6
|
ns0_T extends string|ctx_T,
|
|
7
|
-
ns_a_T extends (string|ctx_T)[]
|
|
8
7
|
>(
|
|
9
8
|
ns0:ns0_T,
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T]>>, undefined>>
|
|
10
|
+
export declare function ns_ctx__new<
|
|
11
|
+
ns0_T extends string|ctx_T,
|
|
12
|
+
ns1_T extends string|ctx_T,
|
|
13
|
+
>(
|
|
14
|
+
ns0:ns0_T,
|
|
15
|
+
ns1:ns1_T,
|
|
16
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T]>>, undefined>>
|
|
17
|
+
export declare function ns_ctx__new<
|
|
18
|
+
ns0_T extends string|ctx_T,
|
|
19
|
+
ns1_T extends string|ctx_T,
|
|
20
|
+
ns2_T extends string|ctx_T,
|
|
21
|
+
>(
|
|
22
|
+
ns0:ns0_T,
|
|
23
|
+
ns1:ns1_T,
|
|
24
|
+
ns2:ns2_T,
|
|
25
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T]>>, undefined>>
|
|
26
|
+
export declare function ns_ctx__new<
|
|
27
|
+
ns0_T extends string|ctx_T,
|
|
28
|
+
ns1_T extends string|ctx_T,
|
|
29
|
+
ns2_T extends string|ctx_T,
|
|
30
|
+
ns3_T extends string|ctx_T,
|
|
31
|
+
>(
|
|
32
|
+
ns0:ns0_T,
|
|
33
|
+
ns1:ns1_T,
|
|
34
|
+
ns2:ns2_T,
|
|
35
|
+
ns3:ns3_T,
|
|
36
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T]>>, undefined>>
|
|
37
|
+
export declare function ns_ctx__new<
|
|
38
|
+
ns0_T extends string|ctx_T,
|
|
39
|
+
ns1_T extends string|ctx_T,
|
|
40
|
+
ns2_T extends string|ctx_T,
|
|
41
|
+
ns3_T extends string|ctx_T,
|
|
42
|
+
ns4_T extends string|ctx_T,
|
|
43
|
+
>(
|
|
44
|
+
ns0:ns0_T,
|
|
45
|
+
ns1:ns1_T,
|
|
46
|
+
ns2:ns2_T,
|
|
47
|
+
ns3:ns3_T,
|
|
48
|
+
ns4:ns4_T,
|
|
49
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T]>>, undefined>>
|
|
50
|
+
export declare function ns_ctx__new<
|
|
51
|
+
ns0_T extends string|ctx_T,
|
|
52
|
+
ns1_T extends string|ctx_T,
|
|
53
|
+
ns2_T extends string|ctx_T,
|
|
54
|
+
ns3_T extends string|ctx_T,
|
|
55
|
+
ns4_T extends string|ctx_T,
|
|
56
|
+
ns5_T extends string|ctx_T,
|
|
57
|
+
>(
|
|
58
|
+
ns0:ns0_T,
|
|
59
|
+
ns1:ns1_T,
|
|
60
|
+
ns2:ns2_T,
|
|
61
|
+
ns3:ns3_T,
|
|
62
|
+
ns4:ns4_T,
|
|
63
|
+
ns5:ns5_T,
|
|
64
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T, ns5_T]>>, undefined>>
|
|
65
|
+
export declare function ns_ctx__new<
|
|
66
|
+
ns0_T extends string|ctx_T,
|
|
67
|
+
ns1_T extends string|ctx_T,
|
|
68
|
+
ns2_T extends string|ctx_T,
|
|
69
|
+
ns3_T extends string|ctx_T,
|
|
70
|
+
ns4_T extends string|ctx_T,
|
|
71
|
+
ns5_T extends string|ctx_T,
|
|
72
|
+
ns6_T extends string|ctx_T,
|
|
73
|
+
>(
|
|
74
|
+
ns0:ns0_T,
|
|
75
|
+
ns1:ns1_T,
|
|
76
|
+
ns2:ns2_T,
|
|
77
|
+
ns3:ns3_T,
|
|
78
|
+
ns4:ns4_T,
|
|
79
|
+
ns5:ns5_T,
|
|
80
|
+
ns6:ns6_T,
|
|
81
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T, ns5_T, ns6_T]>>, undefined>>
|
|
82
|
+
export declare function ns_ctx__new<
|
|
83
|
+
ns0_T extends string|ctx_T,
|
|
84
|
+
ns1_T extends string|ctx_T,
|
|
85
|
+
ns2_T extends string|ctx_T,
|
|
86
|
+
ns3_T extends string|ctx_T,
|
|
87
|
+
ns4_T extends string|ctx_T,
|
|
88
|
+
ns5_T extends string|ctx_T,
|
|
89
|
+
ns6_T extends string|ctx_T,
|
|
90
|
+
ns7_T extends string|ctx_T,
|
|
91
|
+
>(
|
|
92
|
+
ns0:ns0_T,
|
|
93
|
+
ns1:ns1_T,
|
|
94
|
+
ns2:ns2_T,
|
|
95
|
+
ns3:ns3_T,
|
|
96
|
+
ns4:ns4_T,
|
|
97
|
+
ns5:ns5_T,
|
|
98
|
+
ns6:ns6_T,
|
|
99
|
+
ns7:ns7_T,
|
|
100
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T, ns5_T, ns6_T, ns7_T]>>, undefined>>
|
|
101
|
+
export declare function ns_ctx__new<
|
|
102
|
+
ns0_T extends string|ctx_T,
|
|
103
|
+
ns1_T extends string|ctx_T,
|
|
104
|
+
ns2_T extends string|ctx_T,
|
|
105
|
+
ns3_T extends string|ctx_T,
|
|
106
|
+
ns4_T extends string|ctx_T,
|
|
107
|
+
ns5_T extends string|ctx_T,
|
|
108
|
+
ns6_T extends string|ctx_T,
|
|
109
|
+
ns7_T extends string|ctx_T,
|
|
110
|
+
ns8_T extends string|ctx_T,
|
|
111
|
+
>(
|
|
112
|
+
ns0:ns0_T,
|
|
113
|
+
ns1:ns1_T,
|
|
114
|
+
ns2:ns2_T,
|
|
115
|
+
ns3:ns3_T,
|
|
116
|
+
ns4:ns4_T,
|
|
117
|
+
ns5:ns5_T,
|
|
118
|
+
ns6:ns6_T,
|
|
119
|
+
ns7:ns7_T,
|
|
120
|
+
ns8:ns8_T,
|
|
121
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T, ns5_T, ns6_T, ns7_T, ns8_T]>>, undefined>>
|
|
122
|
+
export declare function ns_ctx__new<
|
|
123
|
+
ns0_T extends string|ctx_T,
|
|
124
|
+
ns1_T extends string|ctx_T,
|
|
125
|
+
ns2_T extends string|ctx_T,
|
|
126
|
+
ns3_T extends string|ctx_T,
|
|
127
|
+
ns4_T extends string|ctx_T,
|
|
128
|
+
ns5_T extends string|ctx_T,
|
|
129
|
+
ns6_T extends string|ctx_T,
|
|
130
|
+
ns7_T extends string|ctx_T,
|
|
131
|
+
ns8_T extends string|ctx_T,
|
|
132
|
+
ns9_T extends string|ctx_T,
|
|
133
|
+
>(
|
|
134
|
+
ns0:ns0_T,
|
|
135
|
+
ns1:ns1_T,
|
|
136
|
+
ns2:ns2_T,
|
|
137
|
+
ns3:ns3_T,
|
|
138
|
+
ns4:ns4_T,
|
|
139
|
+
ns5:ns5_T,
|
|
140
|
+
ns6:ns6_T,
|
|
141
|
+
ns7:ns7_T,
|
|
142
|
+
ns8:ns8_T,
|
|
143
|
+
ns9:ns9_T,
|
|
144
|
+
):ctx_T<Exclude<TupleToUnion<ns_a__flat_T<[ns0_T, ns1_T, ns2_T, ns3_T, ns4_T, ns5_T, ns6_T, ns7_T, ns8_T, ns9_T]>>, undefined>>
|
|
12
145
|
export { ns_ctx__new as ns_ctx_ }
|
|
13
146
|
export declare function is_ctx_(val:unknown):boolean
|
|
14
147
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ctx-core",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.9",
|
|
4
4
|
"description": "ctx-core core library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -298,9 +298,9 @@
|
|
|
298
298
|
},
|
|
299
299
|
"devDependencies": {
|
|
300
300
|
"@ctx-core/preprocess": "^0.1.2",
|
|
301
|
-
"@size-limit/preset-small-lib": "^11.1.
|
|
301
|
+
"@size-limit/preset-small-lib": "^11.1.1",
|
|
302
302
|
"@types/jsdom": "^21.1.6",
|
|
303
|
-
"@types/node": "^20.11.
|
|
303
|
+
"@types/node": "^20.11.28",
|
|
304
304
|
"@types/sinon": "^17.0.3",
|
|
305
305
|
"c8": "^9.1.0",
|
|
306
306
|
"check-dts": "^0.7.2",
|
|
@@ -308,7 +308,7 @@
|
|
|
308
308
|
"esmock": "^2.6.4",
|
|
309
309
|
"jsdom": "^24.0.0",
|
|
310
310
|
"sinon": "^17.0.1",
|
|
311
|
-
"size-limit": "^11.1.
|
|
311
|
+
"size-limit": "^11.1.1",
|
|
312
312
|
"tsx": "^4.7.1",
|
|
313
313
|
"typescript": "next",
|
|
314
314
|
"uvu": "^0.5.6"
|