foxts 1.0.10 → 1.0.11
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/package.json +34 -25
- package/tagged/index.cjs +1 -0
- package/tagged/index.d.ts +6 -0
- package/tagged/index.mjs +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Opinionated collection of common TypeScript utils by @SukkaW",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/SukkaW/foxts"
|
|
@@ -65,6 +65,15 @@
|
|
|
65
65
|
"require": "./bitwise/index.cjs",
|
|
66
66
|
"default": "./bitwise/index.cjs"
|
|
67
67
|
},
|
|
68
|
+
"./append-set-elements-to-array": {
|
|
69
|
+
"types": "./append-set-elements-to-array/index.d.ts",
|
|
70
|
+
"import": {
|
|
71
|
+
"types": "./append-set-elements-to-array/index.d.ts",
|
|
72
|
+
"default": "./append-set-elements-to-array/index.mjs"
|
|
73
|
+
},
|
|
74
|
+
"require": "./append-set-elements-to-array/index.cjs",
|
|
75
|
+
"default": "./append-set-elements-to-array/index.cjs"
|
|
76
|
+
},
|
|
68
77
|
"./escape-string-regexp": {
|
|
69
78
|
"types": "./escape-string-regexp/index.d.ts",
|
|
70
79
|
"import": {
|
|
@@ -83,15 +92,6 @@
|
|
|
83
92
|
"require": "./fast-string-array-join/index.cjs",
|
|
84
93
|
"default": "./fast-string-array-join/index.cjs"
|
|
85
94
|
},
|
|
86
|
-
"./append-set-elements-to-array": {
|
|
87
|
-
"types": "./append-set-elements-to-array/index.d.ts",
|
|
88
|
-
"import": {
|
|
89
|
-
"types": "./append-set-elements-to-array/index.d.ts",
|
|
90
|
-
"default": "./append-set-elements-to-array/index.mjs"
|
|
91
|
-
},
|
|
92
|
-
"require": "./append-set-elements-to-array/index.cjs",
|
|
93
|
-
"default": "./append-set-elements-to-array/index.cjs"
|
|
94
|
-
},
|
|
95
95
|
"./fifo": {
|
|
96
96
|
"types": "./fifo/index.d.ts",
|
|
97
97
|
"import": {
|
|
@@ -119,15 +119,6 @@
|
|
|
119
119
|
"require": "./fnv1a52/index.cjs",
|
|
120
120
|
"default": "./fnv1a52/index.cjs"
|
|
121
121
|
},
|
|
122
|
-
"./guard": {
|
|
123
|
-
"types": "./guard/index.d.ts",
|
|
124
|
-
"import": {
|
|
125
|
-
"types": "./guard/index.d.ts",
|
|
126
|
-
"default": "./guard/index.mjs"
|
|
127
|
-
},
|
|
128
|
-
"require": "./guard/index.cjs",
|
|
129
|
-
"default": "./guard/index.cjs"
|
|
130
|
-
},
|
|
131
122
|
"./headers-to-object": {
|
|
132
123
|
"types": "./headers-to-object/index.d.ts",
|
|
133
124
|
"import": {
|
|
@@ -137,14 +128,14 @@
|
|
|
137
128
|
"require": "./headers-to-object/index.cjs",
|
|
138
129
|
"default": "./headers-to-object/index.cjs"
|
|
139
130
|
},
|
|
140
|
-
"./
|
|
141
|
-
"types": "./
|
|
131
|
+
"./guard": {
|
|
132
|
+
"types": "./guard/index.d.ts",
|
|
142
133
|
"import": {
|
|
143
|
-
"types": "./
|
|
144
|
-
"default": "./
|
|
134
|
+
"types": "./guard/index.d.ts",
|
|
135
|
+
"default": "./guard/index.mjs"
|
|
145
136
|
},
|
|
146
|
-
"require": "./
|
|
147
|
-
"default": "./
|
|
137
|
+
"require": "./guard/index.cjs",
|
|
138
|
+
"default": "./guard/index.cjs"
|
|
148
139
|
},
|
|
149
140
|
"./is-probably-ip": {
|
|
150
141
|
"types": "./is-probably-ip/index.d.ts",
|
|
@@ -164,6 +155,15 @@
|
|
|
164
155
|
"require": "./merge-headers/index.cjs",
|
|
165
156
|
"default": "./merge-headers/index.cjs"
|
|
166
157
|
},
|
|
158
|
+
"./identity": {
|
|
159
|
+
"types": "./identity/index.d.ts",
|
|
160
|
+
"import": {
|
|
161
|
+
"types": "./identity/index.d.ts",
|
|
162
|
+
"default": "./identity/index.mjs"
|
|
163
|
+
},
|
|
164
|
+
"require": "./identity/index.cjs",
|
|
165
|
+
"default": "./identity/index.cjs"
|
|
166
|
+
},
|
|
167
167
|
"./noop": {
|
|
168
168
|
"types": "./noop/index.d.ts",
|
|
169
169
|
"import": {
|
|
@@ -191,6 +191,15 @@
|
|
|
191
191
|
"require": "./simple-string-hash/index.cjs",
|
|
192
192
|
"default": "./simple-string-hash/index.cjs"
|
|
193
193
|
},
|
|
194
|
+
"./tagged": {
|
|
195
|
+
"types": "./tagged/index.d.ts",
|
|
196
|
+
"import": {
|
|
197
|
+
"types": "./tagged/index.d.ts",
|
|
198
|
+
"default": "./tagged/index.mjs"
|
|
199
|
+
},
|
|
200
|
+
"require": "./tagged/index.cjs",
|
|
201
|
+
"default": "./tagged/index.cjs"
|
|
202
|
+
},
|
|
194
203
|
"./wait": {
|
|
195
204
|
"types": "./wait/index.d.ts",
|
|
196
205
|
"import": {
|
package/tagged/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";exports.tagged=function(e,...t){return e.reduce((e,r,u)=>e+r+(t[u]??""),"")};
|
package/tagged/index.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function e(r,...t){return r.reduce((e,r,n)=>e+r+(t[n]??""),"")}export{e as tagged};
|