@everyonesoftware/common 5.0.0 → 7.0.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.
@@ -0,0 +1,331 @@
1
+ import {
2
+ ANSIStyles,
3
+ AsyncIterator,
4
+ AsyncIteratorToJavascriptAsyncIteratorAdapter,
5
+ AsyncResult,
6
+ ByteList,
7
+ ByteListStream,
8
+ ByteReadStream,
9
+ ByteWriteStream,
10
+ Bytes,
11
+ CharacterList,
12
+ CharacterListStream,
13
+ CharacterReadStream,
14
+ CharacterReadStreamAsyncIterator,
15
+ CharacterTable,
16
+ CharacterWriteStream,
17
+ CommandLineParameter,
18
+ CommandLineParameters,
19
+ Comparable,
20
+ Comparer,
21
+ Comparison,
22
+ ConcatenateIterable,
23
+ ConcatenateIterator,
24
+ Condition,
25
+ CurrentProcess,
26
+ DateTime,
27
+ Disposable,
28
+ EmptyError,
29
+ EqualFunctions,
30
+ FetchHttpClient,
31
+ FetchHttpIncomingResponse,
32
+ FlatMapIterable,
33
+ FlatMapIterator,
34
+ Generator,
35
+ HttpClient,
36
+ HttpHeader,
37
+ HttpHeaders,
38
+ HttpIncomingRequest,
39
+ HttpIncomingResponse,
40
+ HttpMethod,
41
+ HttpOutgoingRequest,
42
+ HttpOutgoingResponse,
43
+ HttpServer,
44
+ InMemoryCharacterWriteStream,
45
+ IndentedCharacterWriteStream,
46
+ Indexable,
47
+ Iterable,
48
+ Iterator,
49
+ IteratorToJavascriptIteratorAdapter,
50
+ JavascriptArrayList,
51
+ JavascriptAsyncIteratorToAsyncIteratorAdapter,
52
+ JavascriptIteratorToIteratorAdapter,
53
+ JavascriptMap,
54
+ JavascriptMapMap,
55
+ JavascriptSet,
56
+ JavascriptSetSet,
57
+ List,
58
+ ListQueue,
59
+ ListStack,
60
+ LuxonDateTime,
61
+ Map,
62
+ MapAsyncIterator,
63
+ MapIterable,
64
+ MapIterator,
65
+ MutableCondition,
66
+ MutableHttpHeaders,
67
+ MutableMap,
68
+ Network,
69
+ Node,
70
+ NodeJSCharacterWriteStream,
71
+ NodeJSHttpIncomingRequest,
72
+ NodeJSHttpServer,
73
+ NotFoundError,
74
+ PostCondition,
75
+ PostConditionError,
76
+ PreCondition,
77
+ PreConditionError,
78
+ PromiseAsyncResult,
79
+ Property,
80
+ Queue,
81
+ RealNetwork,
82
+ RecreationDotGovClient,
83
+ RecreationDotGovDivisionAvailability,
84
+ RecreationDotGovError,
85
+ SearchControl,
86
+ Set,
87
+ SkipAsyncIterator,
88
+ SkipIterator,
89
+ Stack,
90
+ StringComparer,
91
+ StringIterator,
92
+ SyncDisposable,
93
+ SyncResult,
94
+ TakeAsyncIterator,
95
+ TakeIterator,
96
+ ToStringFunctions,
97
+ WhereAsyncIterator,
98
+ WhereIterable,
99
+ WhereIterator,
100
+ WonderlandTrailAvailability,
101
+ WonderlandTrailClient,
102
+ WonderlandTrailConnection,
103
+ WonderlandTrailConnections,
104
+ WonderlandTrailDirection,
105
+ WonderlandTrailItinerary,
106
+ WonderlandTrailLocations,
107
+ WonderlandTrailReservationType,
108
+ andList,
109
+ as,
110
+ asArray,
111
+ asBoolean,
112
+ asFunction,
113
+ asFunctionWithParameterCount,
114
+ asNull,
115
+ asNumber,
116
+ asObject,
117
+ asObjectOrArrayOrNull,
118
+ asString,
119
+ depthFirstSearch,
120
+ escape,
121
+ escapeAndQuote,
122
+ getLength,
123
+ getName,
124
+ getParameterCount,
125
+ getPropertyNames,
126
+ hasFunction,
127
+ hasProperty,
128
+ httpMethodToString,
129
+ instanceOf,
130
+ instanceOfType,
131
+ isArray,
132
+ isAsyncIterable,
133
+ isBoolean,
134
+ isDigit,
135
+ isFunction,
136
+ isFunctionWithParameterCount,
137
+ isIterable,
138
+ isJavascriptAsyncIterable,
139
+ isJavascriptAsyncIterator,
140
+ isJavascriptIterable,
141
+ isJavascriptIterator,
142
+ isLetter,
143
+ isLetterOrDigit,
144
+ isLowercasedLetter,
145
+ isMap,
146
+ isMutableMap,
147
+ isNull,
148
+ isNumber,
149
+ isObject,
150
+ isObjectOrArrayOrNull,
151
+ isPromise,
152
+ isPromiseLike,
153
+ isSet,
154
+ isString,
155
+ isUndefined,
156
+ isUndefinedOrNull,
157
+ isUppercasedLetter,
158
+ isWhitespace,
159
+ isWonderlandTrailLocation,
160
+ join,
161
+ orList,
162
+ parseHttpMethod,
163
+ quote,
164
+ toString
165
+ } from "./chunk-MMAX3IZF.js";
166
+ export {
167
+ ANSIStyles,
168
+ AsyncIterator,
169
+ AsyncIteratorToJavascriptAsyncIteratorAdapter,
170
+ AsyncResult,
171
+ ByteList,
172
+ ByteListStream,
173
+ ByteReadStream,
174
+ ByteWriteStream,
175
+ Bytes,
176
+ CharacterList,
177
+ CharacterListStream,
178
+ CharacterReadStream,
179
+ CharacterReadStreamAsyncIterator,
180
+ CharacterTable,
181
+ CharacterWriteStream,
182
+ CommandLineParameter,
183
+ CommandLineParameters,
184
+ Comparable,
185
+ Comparer,
186
+ Comparison,
187
+ ConcatenateIterable,
188
+ ConcatenateIterator,
189
+ Condition,
190
+ CurrentProcess,
191
+ DateTime,
192
+ Disposable,
193
+ EmptyError,
194
+ EqualFunctions,
195
+ FetchHttpClient,
196
+ FetchHttpIncomingResponse,
197
+ FlatMapIterable,
198
+ FlatMapIterator,
199
+ Generator,
200
+ HttpClient,
201
+ HttpHeader,
202
+ HttpHeaders,
203
+ HttpIncomingRequest,
204
+ HttpIncomingResponse,
205
+ HttpMethod,
206
+ HttpOutgoingRequest,
207
+ HttpOutgoingResponse,
208
+ HttpServer,
209
+ InMemoryCharacterWriteStream,
210
+ IndentedCharacterWriteStream,
211
+ Indexable,
212
+ Iterable,
213
+ Iterator,
214
+ IteratorToJavascriptIteratorAdapter,
215
+ JavascriptArrayList,
216
+ JavascriptAsyncIteratorToAsyncIteratorAdapter,
217
+ JavascriptIteratorToIteratorAdapter,
218
+ JavascriptMap,
219
+ JavascriptMapMap,
220
+ JavascriptSet,
221
+ JavascriptSetSet,
222
+ List,
223
+ ListQueue,
224
+ ListStack,
225
+ LuxonDateTime,
226
+ Map,
227
+ MapAsyncIterator,
228
+ MapIterable,
229
+ MapIterator,
230
+ MutableCondition,
231
+ MutableHttpHeaders,
232
+ MutableMap,
233
+ Network,
234
+ Node,
235
+ NodeJSCharacterWriteStream,
236
+ NodeJSHttpIncomingRequest,
237
+ NodeJSHttpServer,
238
+ NotFoundError,
239
+ PostCondition,
240
+ PostConditionError,
241
+ PreCondition,
242
+ PreConditionError,
243
+ PromiseAsyncResult,
244
+ Property,
245
+ Queue,
246
+ RealNetwork,
247
+ RecreationDotGovClient,
248
+ RecreationDotGovDivisionAvailability,
249
+ RecreationDotGovError,
250
+ SearchControl,
251
+ Set,
252
+ SkipAsyncIterator,
253
+ SkipIterator,
254
+ Stack,
255
+ StringComparer,
256
+ StringIterator,
257
+ SyncDisposable,
258
+ SyncResult,
259
+ TakeAsyncIterator,
260
+ TakeIterator,
261
+ ToStringFunctions,
262
+ WhereAsyncIterator,
263
+ WhereIterable,
264
+ WhereIterator,
265
+ WonderlandTrailAvailability,
266
+ WonderlandTrailClient,
267
+ WonderlandTrailConnection,
268
+ WonderlandTrailConnections,
269
+ WonderlandTrailDirection,
270
+ WonderlandTrailItinerary,
271
+ WonderlandTrailLocations,
272
+ WonderlandTrailReservationType,
273
+ andList,
274
+ as,
275
+ asArray,
276
+ asBoolean,
277
+ asFunction,
278
+ asFunctionWithParameterCount,
279
+ asNull,
280
+ asNumber,
281
+ asObject,
282
+ asObjectOrArrayOrNull,
283
+ asString,
284
+ depthFirstSearch,
285
+ escape,
286
+ escapeAndQuote,
287
+ getLength,
288
+ getName,
289
+ getParameterCount,
290
+ getPropertyNames,
291
+ hasFunction,
292
+ hasProperty,
293
+ httpMethodToString,
294
+ instanceOf,
295
+ instanceOfType,
296
+ isArray,
297
+ isAsyncIterable,
298
+ isBoolean,
299
+ isDigit,
300
+ isFunction,
301
+ isFunctionWithParameterCount,
302
+ isIterable,
303
+ isJavascriptAsyncIterable,
304
+ isJavascriptAsyncIterator,
305
+ isJavascriptIterable,
306
+ isJavascriptIterator,
307
+ isLetter,
308
+ isLetterOrDigit,
309
+ isLowercasedLetter,
310
+ isMap,
311
+ isMutableMap,
312
+ isNull,
313
+ isNumber,
314
+ isObject,
315
+ isObjectOrArrayOrNull,
316
+ isPromise,
317
+ isPromiseLike,
318
+ isSet,
319
+ isString,
320
+ isUndefined,
321
+ isUndefinedOrNull,
322
+ isUppercasedLetter,
323
+ isWhitespace,
324
+ isWonderlandTrailLocation,
325
+ join,
326
+ orList,
327
+ parseHttpMethod,
328
+ quote,
329
+ toString
330
+ };
331
+ //# sourceMappingURL=sourceIndex.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}