inferred-types 0.50.7 → 0.50.8
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/constants/Markers.d.ts +82 -0
- package/dist/constants/Markers.d.ts.map +1 -0
- package/dist/constants/Markers.js +22 -0
- package/dist/constants/Metrics.d.ts +374 -0
- package/dist/constants/Metrics.d.ts.map +1 -0
- package/dist/constants/Metrics.js +151 -0
- package/dist/constants/index.d.ts +2 -0
- package/dist/constants/index.d.ts.map +1 -1
- package/dist/constants/index.js +2 -0
- package/dist/constants/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +385 -0
- package/dist/index.js +334 -0
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/type-guards/index.d.ts +1 -0
- package/dist/runtime/type-guards/index.d.ts.map +1 -1
- package/dist/runtime/type-guards/index.js +1 -0
- package/dist/runtime/type-guards/metrics/index.d.ts +3 -0
- package/dist/runtime/type-guards/metrics/index.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/index.js +2 -0
- package/dist/runtime/type-guards/metrics/isMetric.d.ts +23 -0
- package/dist/runtime/type-guards/metrics/isMetric.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/isMetric.js +71 -0
- package/dist/runtime/type-guards/metrics/isUom.d.ts +23 -0
- package/dist/runtime/type-guards/metrics/isUom.d.ts.map +1 -0
- package/dist/runtime/type-guards/metrics/isUom.js +71 -0
- package/dist/types/string-literals/index.d.ts +1 -0
- package/dist/types/string-literals/index.d.ts.map +1 -1
- package/dist/types/string-literals/index.js +1 -0
- package/dist/types/string-literals/metrics/acceleration.d.ts +26 -0
- package/dist/types/string-literals/metrics/acceleration.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/acceleration.js +1 -0
- package/dist/types/string-literals/metrics/area.d.ts +26 -0
- package/dist/types/string-literals/metrics/area.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/area.js +1 -0
- package/dist/types/string-literals/metrics/current.d.ts +26 -0
- package/dist/types/string-literals/metrics/current.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/current.js +1 -0
- package/dist/types/string-literals/metrics/distance.d.ts +26 -0
- package/dist/types/string-literals/metrics/distance.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/distance.js +1 -0
- package/dist/types/string-literals/metrics/energy.d.ts +26 -0
- package/dist/types/string-literals/metrics/energy.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/energy.js +1 -0
- package/dist/types/string-literals/metrics/frequency.d.ts +26 -0
- package/dist/types/string-literals/metrics/frequency.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/frequency.js +1 -0
- package/dist/types/string-literals/metrics/global.d.ts +30 -0
- package/dist/types/string-literals/metrics/global.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/global.js +1 -0
- package/dist/types/string-literals/metrics/index.d.ts +18 -0
- package/dist/types/string-literals/metrics/index.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/index.js +17 -0
- package/dist/types/string-literals/metrics/luminosity.d.ts +26 -0
- package/dist/types/string-literals/metrics/luminosity.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/luminosity.js +1 -0
- package/dist/types/string-literals/metrics/mass.d.ts +26 -0
- package/dist/types/string-literals/metrics/mass.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/mass.js +1 -0
- package/dist/types/string-literals/metrics/power.d.ts +26 -0
- package/dist/types/string-literals/metrics/power.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/power.js +1 -0
- package/dist/types/string-literals/metrics/pressure.d.ts +26 -0
- package/dist/types/string-literals/metrics/pressure.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/pressure.js +1 -0
- package/dist/types/string-literals/metrics/resistance.d.ts +26 -0
- package/dist/types/string-literals/metrics/resistance.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/resistance.js +1 -0
- package/dist/types/string-literals/metrics/speed.d.ts +24 -0
- package/dist/types/string-literals/metrics/speed.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/speed.js +1 -0
- package/dist/types/string-literals/metrics/temperature.d.ts +26 -0
- package/dist/types/string-literals/metrics/temperature.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/temperature.js +1 -0
- package/dist/types/string-literals/metrics/time.d.ts +26 -0
- package/dist/types/string-literals/metrics/time.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/time.js +1 -0
- package/dist/types/string-literals/metrics/voltage.d.ts +26 -0
- package/dist/types/string-literals/metrics/voltage.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/voltage.js +1 -0
- package/dist/types/string-literals/metrics/volume.d.ts +26 -0
- package/dist/types/string-literals/metrics/volume.d.ts.map +1 -0
- package/dist/types/string-literals/metrics/volume.js +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20,21 +20,27 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// src/inferred-types/index.ts
|
|
21
21
|
var inferred_types_exports = {};
|
|
22
22
|
__export(inferred_types_exports, {
|
|
23
|
+
ACCELERATION_METRICS_LOOKUP: () => ACCELERATION_METRICS_LOOKUP,
|
|
23
24
|
ALPHA_CHARS: () => ALPHA_CHARS,
|
|
24
25
|
AMAZON_DNS: () => AMAZON_DNS,
|
|
25
26
|
APPLE_DNS: () => APPLE_DNS,
|
|
27
|
+
AREA_METRICS_LOOKUP: () => AREA_METRICS_LOOKUP,
|
|
26
28
|
BEST_BUY_DNS: () => BEST_BUY_DNS,
|
|
29
|
+
BLOOD_MARKERS_LOOKUP: () => BLOOD_MARKERS_LOOKUP,
|
|
27
30
|
CHEWY_DNS: () => CHEWY_DNS,
|
|
28
31
|
COMMA: () => COMMA,
|
|
29
32
|
COMMON_OBJ_PROPS: () => COMMON_OBJ_PROPS,
|
|
30
33
|
CONSONANTS: () => CONSONANTS,
|
|
31
34
|
COSTCO_DNS: () => COSTCO_DNS,
|
|
35
|
+
CURRENT_METRICS_LOOKUP: () => CURRENT_METRICS_LOOKUP,
|
|
32
36
|
CVS_DNS: () => CVS_DNS,
|
|
33
37
|
DEFAULT_MANY_TO_ONE_MAPPING: () => DEFAULT_MANY_TO_ONE_MAPPING,
|
|
34
38
|
DEFAULT_ONE_TO_MANY_MAPPING: () => DEFAULT_ONE_TO_MANY_MAPPING,
|
|
35
39
|
DEFAULT_ONE_TO_ONE_MAPPING: () => DEFAULT_ONE_TO_ONE_MAPPING,
|
|
36
40
|
DELL_DNS: () => DELL_DNS,
|
|
41
|
+
DISTANCE_METRICS_LOOKUP: () => DISTANCE_METRICS_LOOKUP,
|
|
37
42
|
EBAY_DNS: () => EBAY_DNS,
|
|
43
|
+
ENERGY_METRICS_LOOKUP: () => ENERGY_METRICS_LOOKUP,
|
|
38
44
|
ETSY_DNS: () => ETSY_DNS,
|
|
39
45
|
ExifCompression: () => ExifCompression,
|
|
40
46
|
ExifContrast: () => ExifContrast,
|
|
@@ -49,6 +55,7 @@ __export(inferred_types_exports, {
|
|
|
49
55
|
ExifSubjectDistance: () => ExifSubjectDistance,
|
|
50
56
|
FALSY_TYPE_KINDS: () => FALSY_TYPE_KINDS,
|
|
51
57
|
FALSY_VALUES: () => FALSY_VALUES,
|
|
58
|
+
FREQUENCY_METRICS_LOOKUP: () => FREQUENCY_METRICS_LOOKUP,
|
|
52
59
|
GITHUB_INSIGHT_CATEGORY_LOOKUP: () => GITHUB_INSIGHT_CATEGORY_LOOKUP,
|
|
53
60
|
HASH_TABLE_ALPHA_LOWER: () => HASH_TABLE_ALPHA_LOWER,
|
|
54
61
|
HASH_TABLE_ALPHA_UPPER: () => HASH_TABLE_ALPHA_UPPER,
|
|
@@ -68,8 +75,10 @@ __export(inferred_types_exports, {
|
|
|
68
75
|
LITERAL_TYPE_KINDS: () => LITERAL_TYPE_KINDS,
|
|
69
76
|
LOWER_ALPHA_CHARS: () => LOWER_ALPHA_CHARS,
|
|
70
77
|
LOWES_DNS: () => LOWES_DNS,
|
|
78
|
+
LUMINOSITY_METRICS_LOOKUP: () => LUMINOSITY_METRICS_LOOKUP,
|
|
71
79
|
MACYS_DNS: () => MACYS_DNS,
|
|
72
80
|
MARKED: () => MARKED,
|
|
81
|
+
MASS_METRICS_LOOKUP: () => MASS_METRICS_LOOKUP,
|
|
73
82
|
MONTH_ABBR: () => MONTH_ABBR,
|
|
74
83
|
MONTH_NAME: () => MONTH_NAME,
|
|
75
84
|
MapCardinality: () => MapCardinality,
|
|
@@ -88,10 +97,13 @@ __export(inferred_types_exports, {
|
|
|
88
97
|
PHONE_FORMAT: () => PHONE_FORMAT,
|
|
89
98
|
PLURAL_EXCEPTIONS: () => PLURAL_EXCEPTIONS,
|
|
90
99
|
PLURAL_EXCEPTIONS_OLD: () => PLURAL_EXCEPTIONS_OLD,
|
|
100
|
+
POWER_METRICS_LOOKUP: () => POWER_METRICS_LOOKUP,
|
|
101
|
+
PRESSURE_METRICS_LOOKUP: () => PRESSURE_METRICS_LOOKUP,
|
|
91
102
|
PROXMOX_CT_STATE: () => PROXMOX_CT_STATE,
|
|
92
103
|
REPO_PAGE_TYPES: () => REPO_PAGE_TYPES,
|
|
93
104
|
REPO_SOURCES: () => REPO_SOURCES,
|
|
94
105
|
REPO_SOURCE_LOOKUP: () => REPO_SOURCE_LOOKUP,
|
|
106
|
+
RESISTANCE_METRICS_LOOKUP: () => RESISTANCE_METRICS_LOOKUP,
|
|
95
107
|
RESULT: () => RESULT,
|
|
96
108
|
SHAPE_DELIMITER: () => SHAPE_DELIMITER,
|
|
97
109
|
SHAPE_PREFIXES: () => SHAPE_PREFIXES,
|
|
@@ -109,8 +121,11 @@ __export(inferred_types_exports, {
|
|
|
109
121
|
SIMPLE_TOKENS: () => SIMPLE_TOKENS,
|
|
110
122
|
SIMPLE_UNION_TOKENS: () => SIMPLE_UNION_TOKENS,
|
|
111
123
|
SINGULAR_NOUN_ENDINGS: () => SINGULAR_NOUN_ENDINGS,
|
|
124
|
+
SPEED_METRICS_LOOKUP: () => SPEED_METRICS_LOOKUP,
|
|
112
125
|
ShapeApiImplementation: () => ShapeApiImplementation,
|
|
113
126
|
TARGET_DNS: () => TARGET_DNS,
|
|
127
|
+
TEMPERATURE_METRICS_LOOKUP: () => TEMPERATURE_METRICS_LOOKUP,
|
|
128
|
+
TIME_METRICS_LOOKUP: () => TIME_METRICS_LOOKUP,
|
|
114
129
|
TOP_LEVEL_DOMAINS: () => TOP_LEVEL_DOMAINS,
|
|
115
130
|
TT_Atomics: () => TT_Atomics,
|
|
116
131
|
TT_Containers: () => TT_Containers,
|
|
@@ -160,6 +175,8 @@ __export(inferred_types_exports, {
|
|
|
160
175
|
US_STATE_LOOKUP: () => US_STATE_LOOKUP,
|
|
161
176
|
US_STATE_LOOKUP_PROVINCES: () => US_STATE_LOOKUP_PROVINCES,
|
|
162
177
|
US_STATE_LOOKUP_STRICT: () => US_STATE_LOOKUP_STRICT,
|
|
178
|
+
VOLTAGE_METRICS_LOOKUP: () => VOLTAGE_METRICS_LOOKUP,
|
|
179
|
+
VOLUME_METRICS_LOOKUP: () => VOLUME_METRICS_LOOKUP,
|
|
163
180
|
WALGREENS_DNS: () => WALGREENS_DNS,
|
|
164
181
|
WALMART_DNS: () => WALMART_DNS,
|
|
165
182
|
WAYFAIR_DNS: () => WAYFAIR_DNS,
|
|
@@ -256,11 +273,15 @@ __export(inferred_types_exports, {
|
|
|
256
273
|
intersection: () => intersection,
|
|
257
274
|
ip6GroupExpansion: () => ip6GroupExpansion,
|
|
258
275
|
ip6Prefix: () => ip6Prefix,
|
|
276
|
+
isAccelerationMetric: () => isAccelerationMetric,
|
|
277
|
+
isAccelerationUom: () => isAccelerationUom,
|
|
259
278
|
isAlpha: () => isAlpha,
|
|
260
279
|
isAmazonUrl: () => isAmazonUrl,
|
|
261
280
|
isApi: () => isApi,
|
|
262
281
|
isApiSurface: () => isApiSurface,
|
|
263
282
|
isAppleUrl: () => isAppleUrl,
|
|
283
|
+
isAreaMetric: () => isAreaMetric,
|
|
284
|
+
isAreaUom: () => isAreaUom,
|
|
264
285
|
isArray: () => isArray,
|
|
265
286
|
isArrayToken: () => isArrayToken,
|
|
266
287
|
isAtomicToken: () => isAtomicToken,
|
|
@@ -275,13 +296,19 @@ __export(inferred_types_exports, {
|
|
|
275
296
|
isContainerToken: () => isContainerToken,
|
|
276
297
|
isCostCoUrl: () => isCostCoUrl,
|
|
277
298
|
isCssAspectRatio: () => isCssAspectRatio,
|
|
299
|
+
isCurrentMetric: () => isCurrentMetric,
|
|
300
|
+
isCurrentUom: () => isCurrentUom,
|
|
278
301
|
isCvsUrl: () => isCvsUrl,
|
|
279
302
|
isDefined: () => isDefined,
|
|
280
303
|
isDellUrl: () => isDellUrl,
|
|
304
|
+
isDistanceMetric: () => isDistanceMetric,
|
|
305
|
+
isDistanceUom: () => isDistanceUom,
|
|
281
306
|
isDomainName: () => isDomainName,
|
|
282
307
|
isDoneFn: () => isDoneFn,
|
|
283
308
|
isEbayUrl: () => isEbayUrl,
|
|
284
309
|
isEmail: () => isEmail,
|
|
310
|
+
isEnergyMetric: () => isEnergyMetric,
|
|
311
|
+
isEnergyUom: () => isEnergyUom,
|
|
285
312
|
isEqual: () => isEqual,
|
|
286
313
|
isErrorCondition: () => isErrorCondition,
|
|
287
314
|
isEscapeFunction: () => isEscapeFunction,
|
|
@@ -290,6 +317,8 @@ __export(inferred_types_exports, {
|
|
|
290
317
|
isFalsy: () => isFalsy,
|
|
291
318
|
isFnToken: () => isFnToken,
|
|
292
319
|
isFnWithParams: () => isFnWithParams,
|
|
320
|
+
isFrequencyMetric: () => isFrequencyMetric,
|
|
321
|
+
isFrequencyUom: () => isFrequencyUom,
|
|
293
322
|
isFunction: () => isFunction,
|
|
294
323
|
isGeneratorToken: () => isGeneratorToken,
|
|
295
324
|
isGithubIssueUrl: () => isGithubIssueUrl,
|
|
@@ -320,8 +349,13 @@ __export(inferred_types_exports, {
|
|
|
320
349
|
isLength: () => isLength,
|
|
321
350
|
isLikeRegExp: () => isLikeRegExp,
|
|
322
351
|
isLowesUrl: () => isLowesUrl,
|
|
352
|
+
isLuminosityMetric: () => isLuminosityMetric,
|
|
353
|
+
isLuminosityUom: () => isLuminosityUom,
|
|
323
354
|
isMacysUrl: () => isMacysUrl,
|
|
324
355
|
isMapToken: () => isMapToken,
|
|
356
|
+
isMassMetric: () => isMassMetric,
|
|
357
|
+
isMassUom: () => isMassUom,
|
|
358
|
+
isMetric: () => isMetric,
|
|
325
359
|
isNever: () => isNever,
|
|
326
360
|
isNikeUrl: () => isNikeUrl,
|
|
327
361
|
isNotNull: () => isNotNull,
|
|
@@ -334,12 +368,18 @@ __export(inferred_types_exports, {
|
|
|
334
368
|
isObjectToken: () => isObjectToken,
|
|
335
369
|
isOptionalParamFunction: () => isOptionalParamFunction,
|
|
336
370
|
isPhoneNumber: () => isPhoneNumber,
|
|
371
|
+
isPowerMetric: () => isPowerMetric,
|
|
372
|
+
isPowerUom: () => isPowerUom,
|
|
373
|
+
isPressureMetric: () => isPressureMetric,
|
|
374
|
+
isPressureUom: () => isPressureUom,
|
|
337
375
|
isReadonlyArray: () => isReadonlyArray,
|
|
338
376
|
isRecordToken: () => isRecordToken,
|
|
339
377
|
isRef: () => isRef,
|
|
340
378
|
isRegExp: () => isRegExp,
|
|
341
379
|
isRepoSource: () => isRepoSource,
|
|
342
380
|
isRepoUrl: () => isRepoUrl,
|
|
381
|
+
isResistance: () => isResistance,
|
|
382
|
+
isResistanceUom: () => isResistanceUom,
|
|
343
383
|
isSameTypeOf: () => isSameTypeOf,
|
|
344
384
|
isScalar: () => isScalar,
|
|
345
385
|
isSemanticVersion: () => isSemanticVersion,
|
|
@@ -354,10 +394,16 @@ __export(inferred_types_exports, {
|
|
|
354
394
|
isSimpleTokenTuple: () => isSimpleTokenTuple,
|
|
355
395
|
isSingletonToken: () => isSingletonToken,
|
|
356
396
|
isSpecificConstant: () => isSpecificConstant,
|
|
397
|
+
isSpeedMetric: () => isSpeedMetric,
|
|
398
|
+
isSpeedUom: () => isSpeedUom,
|
|
357
399
|
isString: () => isString,
|
|
358
400
|
isSymbol: () => isSymbol,
|
|
359
401
|
isTargetUrl: () => isTargetUrl,
|
|
402
|
+
isTemperatureMetric: () => isTemperatureMetric,
|
|
403
|
+
isTemperatureUom: () => isTemperatureUom,
|
|
360
404
|
isThenable: () => isThenable,
|
|
405
|
+
isTimeMetric: () => isTimeMetric,
|
|
406
|
+
isTimeUom: () => isTimeUom,
|
|
361
407
|
isTrimable: () => isTrimable,
|
|
362
408
|
isTrue: () => isTrue,
|
|
363
409
|
isTruthy: () => isTruthy,
|
|
@@ -370,10 +416,15 @@ __export(inferred_types_exports, {
|
|
|
370
416
|
isUnionSetToken: () => isUnionSetToken,
|
|
371
417
|
isUnionToken: () => isUnionToken,
|
|
372
418
|
isUnset: () => isUnset,
|
|
419
|
+
isUom: () => isUom,
|
|
373
420
|
isUri: () => isUri,
|
|
374
421
|
isUrl: () => isUrl,
|
|
375
422
|
isUrlPath: () => isUrlPath,
|
|
376
423
|
isUrlSource: () => isUrlSource,
|
|
424
|
+
isVoltageMetric: () => isVoltageMetric,
|
|
425
|
+
isVoltageUom: () => isVoltageUom,
|
|
426
|
+
isVolumeMetric: () => isVolumeMetric,
|
|
427
|
+
isVolumeUom: () => isVolumeUom,
|
|
377
428
|
isWalgreensUrl: () => isWalgreensUrl,
|
|
378
429
|
isWalmartUrl: () => isWalmartUrl,
|
|
379
430
|
isWayfairUrl: () => isWayfairUrl,
|
|
@@ -2103,6 +2154,183 @@ var ISO3166_1 = [
|
|
|
2103
2154
|
{ name: "Zimbabwe", alpha2: "ZW", countryCode: "716", alpha3: "ZWE" }
|
|
2104
2155
|
];
|
|
2105
2156
|
|
|
2157
|
+
// src/constants/Metrics.ts
|
|
2158
|
+
var DISTANCE_METRICS_LOOKUP = [
|
|
2159
|
+
{ abbrev: "km", name: "kilometer" },
|
|
2160
|
+
{ abbrev: "mi", name: "mile" },
|
|
2161
|
+
{ abbrev: "mm", name: "millimeter" },
|
|
2162
|
+
{ abbrev: "cm", name: "centimeter" },
|
|
2163
|
+
{ abbrev: "yd", name: "yard" },
|
|
2164
|
+
{ abbrev: "ft", name: "foot" },
|
|
2165
|
+
{ abbrev: "in", name: "inch" },
|
|
2166
|
+
{ abbrev: "m", name: "meter" },
|
|
2167
|
+
{ abbrev: "nm", name: "nautical mile" },
|
|
2168
|
+
{ abbrev: "nmi", name: "nanometer" },
|
|
2169
|
+
{ abbrev: "\xB5m", name: "micrometer" },
|
|
2170
|
+
{ abbrev: "dm", name: "decimeter" },
|
|
2171
|
+
{ abbrev: "AU", name: "astronomical unit" },
|
|
2172
|
+
{ abbrev: "ly", name: "light year" },
|
|
2173
|
+
{ abbrev: "pc", name: "parsec" }
|
|
2174
|
+
];
|
|
2175
|
+
var MASS_METRICS_LOOKUP = [
|
|
2176
|
+
{ abbrev: "g", name: "gram" },
|
|
2177
|
+
{ abbrev: "kg", name: "kilogram" },
|
|
2178
|
+
{ abbrev: "mg", name: "milligram" },
|
|
2179
|
+
{ abbrev: "\xB5g", name: "microgram" },
|
|
2180
|
+
{ abbrev: "t", name: "tonne" },
|
|
2181
|
+
{ abbrev: "lb", name: "pound" },
|
|
2182
|
+
{ abbrev: "oz", name: "ounce" },
|
|
2183
|
+
{ abbrev: "st", name: "stone" },
|
|
2184
|
+
{ abbrev: "ct", name: "carat" },
|
|
2185
|
+
{ abbrev: "Mt", name: "megatonne" },
|
|
2186
|
+
{ abbrev: "gt", name: "gigatonne" },
|
|
2187
|
+
{ abbrev: "slug", name: "slug" },
|
|
2188
|
+
{ abbrev: "dr", name: "dram" },
|
|
2189
|
+
{ abbrev: "gr", name: "grain" },
|
|
2190
|
+
{ abbrev: "q", name: "quintal" }
|
|
2191
|
+
];
|
|
2192
|
+
var SPEED_METRICS_LOOKUP = [
|
|
2193
|
+
{ abbrev: "m/s", name: "meters per second" },
|
|
2194
|
+
{ abbrev: "km/h", name: "kilometers per hour" },
|
|
2195
|
+
{ abbrev: "mph", name: "miles per hour" },
|
|
2196
|
+
{ abbrev: "kn", name: "knot" },
|
|
2197
|
+
{ abbrev: "ft/s", name: "feet per second" },
|
|
2198
|
+
{ abbrev: "c", name: "speed of light" },
|
|
2199
|
+
{ abbrev: "mach", name: "mach" },
|
|
2200
|
+
{ abbrev: "cm/s", name: "centimeters per second" },
|
|
2201
|
+
{ abbrev: "in/s", name: "inches per second" },
|
|
2202
|
+
{ abbrev: "ly/y", name: "light years per year" }
|
|
2203
|
+
];
|
|
2204
|
+
var ACCELERATION_METRICS_LOOKUP = [
|
|
2205
|
+
{ abbrev: "m/s\xB2", name: "meters per second squared" },
|
|
2206
|
+
{ abbrev: "ft/s\xB2", name: "feet per second squared" },
|
|
2207
|
+
{ abbrev: "g", name: "g-force" },
|
|
2208
|
+
{ abbrev: "Gal", name: "galileo" },
|
|
2209
|
+
{ abbrev: "cm/s\xB2", name: "centimeters per second squared" },
|
|
2210
|
+
{ abbrev: "km/h\xB2", name: "kilometers per hour squared" },
|
|
2211
|
+
{ abbrev: "in/s\xB2", name: "inches per second squared" },
|
|
2212
|
+
{ abbrev: "mi/h\xB2", name: "miles per hour squared" },
|
|
2213
|
+
{ abbrev: "kn/s\xB2", name: "knots per second squared" }
|
|
2214
|
+
];
|
|
2215
|
+
var VOLUME_METRICS_LOOKUP = [
|
|
2216
|
+
{ abbrev: "L", name: "liter" },
|
|
2217
|
+
{ abbrev: "dL", name: "deciliter" },
|
|
2218
|
+
{ abbrev: "mL", name: "milliliter" },
|
|
2219
|
+
{ abbrev: "\xB5L", name: "microliter" },
|
|
2220
|
+
{ abbrev: "cm\xB3", name: "cubic centimeter" },
|
|
2221
|
+
{ abbrev: "m\xB3", name: "cubic meter" },
|
|
2222
|
+
{ abbrev: "ft\xB3", name: "cubic foot" },
|
|
2223
|
+
{ abbrev: "in\xB3", name: "cubic inch" },
|
|
2224
|
+
{ abbrev: "gallon", name: "gallon" },
|
|
2225
|
+
{ abbrev: "qt", name: "quart" },
|
|
2226
|
+
{ abbrev: "pt", name: "pint" },
|
|
2227
|
+
{ abbrev: "fl oz", name: "fluid ounce" },
|
|
2228
|
+
{ abbrev: "barrel", name: "barrel" },
|
|
2229
|
+
{ abbrev: "tbsp", name: "tablespoon" },
|
|
2230
|
+
{ abbrev: "tsp", name: "teaspoon" }
|
|
2231
|
+
];
|
|
2232
|
+
var TEMPERATURE_METRICS_LOOKUP = [
|
|
2233
|
+
{ abbrev: "\xB0C", name: "celsius" },
|
|
2234
|
+
{ abbrev: "\xB0F", name: "fahrenheit" },
|
|
2235
|
+
{ abbrev: "K", name: "kelvin" }
|
|
2236
|
+
];
|
|
2237
|
+
var PRESSURE_METRICS_LOOKUP = [
|
|
2238
|
+
{ abbrev: "Pa", name: "pascal" },
|
|
2239
|
+
{ abbrev: "bar", name: "bar" },
|
|
2240
|
+
{ abbrev: "atm", name: "atmosphere" },
|
|
2241
|
+
{ abbrev: "mmHg", name: "millimeters of mercury" },
|
|
2242
|
+
{ abbrev: "psi", name: "pounds per square inch" }
|
|
2243
|
+
];
|
|
2244
|
+
var ENERGY_METRICS_LOOKUP = [
|
|
2245
|
+
{ abbrev: "J", name: "joule" },
|
|
2246
|
+
{ abbrev: "cal", name: "calorie" },
|
|
2247
|
+
{ abbrev: "kcal", name: "kilocalorie" },
|
|
2248
|
+
{ abbrev: "kWh", name: "kilowatt-hour" },
|
|
2249
|
+
{ abbrev: "BTU", name: "british thermal unit" },
|
|
2250
|
+
{ abbrev: "eV", name: "electronvolt" }
|
|
2251
|
+
];
|
|
2252
|
+
var TIME_METRICS_LOOKUP = [
|
|
2253
|
+
{ abbrev: "s", name: "second" },
|
|
2254
|
+
{ abbrev: "m", name: "minute" },
|
|
2255
|
+
{ abbrev: "h", name: "hour" },
|
|
2256
|
+
{ abbrev: "day", name: "day" },
|
|
2257
|
+
{ abbrev: "week", name: "week" },
|
|
2258
|
+
{ abbrev: "mo", name: "month" },
|
|
2259
|
+
{ abbrev: "ms", name: "millisecond" },
|
|
2260
|
+
{ abbrev: "\xB5s", name: "microsecond" },
|
|
2261
|
+
{ abbrev: "ns", name: "nanosecond" }
|
|
2262
|
+
];
|
|
2263
|
+
var POWER_METRICS_LOOKUP = [
|
|
2264
|
+
{ abbrev: "W", name: "Watt" },
|
|
2265
|
+
{ abbrev: "kW", name: "kilowatt" },
|
|
2266
|
+
{ abbrev: "MW", name: "megawatt" },
|
|
2267
|
+
{ abbrev: "hp", name: "horsepower" },
|
|
2268
|
+
{ abbrev: "GW", name: "gigawatt" }
|
|
2269
|
+
];
|
|
2270
|
+
var FREQUENCY_METRICS_LOOKUP = [
|
|
2271
|
+
{ abbrev: "Hz", name: "hertz" },
|
|
2272
|
+
{ abbrev: "kHz", name: "kilohertz" },
|
|
2273
|
+
{ abbrev: "MHz", name: "megahertz" },
|
|
2274
|
+
{ abbrev: "GHz", name: "gigahertz" },
|
|
2275
|
+
{ abbrev: "THz", name: "terahertz" }
|
|
2276
|
+
];
|
|
2277
|
+
var VOLTAGE_METRICS_LOOKUP = [
|
|
2278
|
+
{ abbrev: "V", name: "volt" },
|
|
2279
|
+
{ abbrev: "kV", name: "kilovolt" },
|
|
2280
|
+
{ abbrev: "mV", name: "millivolt" },
|
|
2281
|
+
{ abbrev: "\xB5V", name: "microvolt" }
|
|
2282
|
+
];
|
|
2283
|
+
var CURRENT_METRICS_LOOKUP = [
|
|
2284
|
+
{ abbrev: "A", name: "ampere" },
|
|
2285
|
+
{ abbrev: "mA", name: "milliampere" },
|
|
2286
|
+
{ abbrev: "\xB5A", name: "microampere" },
|
|
2287
|
+
{ abbrev: "kA", name: "kiloampere" }
|
|
2288
|
+
];
|
|
2289
|
+
var RESISTANCE_METRICS_LOOKUP = [
|
|
2290
|
+
{ abbrev: "\u03A9", name: "ohm" },
|
|
2291
|
+
{ abbrev: "k\u03A9", name: "kiloohm" },
|
|
2292
|
+
{ abbrev: "M\u03A9", name: "megaohm" }
|
|
2293
|
+
];
|
|
2294
|
+
var LUMINOSITY_METRICS_LOOKUP = [
|
|
2295
|
+
{ abbrev: "cd", name: "candela" },
|
|
2296
|
+
{ abbrev: "lm", name: "lumen" },
|
|
2297
|
+
{ abbrev: "lx", name: "lux" }
|
|
2298
|
+
];
|
|
2299
|
+
var AREA_METRICS_LOOKUP = [
|
|
2300
|
+
{ abbrev: "m\xB2", name: "square meter" },
|
|
2301
|
+
{ abbrev: "cm\xB2", name: "square centimeter" },
|
|
2302
|
+
{ abbrev: "mm\xB2", name: "square millimeter" },
|
|
2303
|
+
{ abbrev: "km\xB2", name: "square kilometer" },
|
|
2304
|
+
{ abbrev: "ft\xB2", name: "square foot" },
|
|
2305
|
+
{ abbrev: "in\xB2", name: "square inch" },
|
|
2306
|
+
{ abbrev: "acre", name: "acre" },
|
|
2307
|
+
{ abbrev: "ha", name: "hectare" }
|
|
2308
|
+
];
|
|
2309
|
+
|
|
2310
|
+
// src/constants/Markers.ts
|
|
2311
|
+
var BLOOD_MARKERS_LOOKUP = [
|
|
2312
|
+
{ abbrev: "Hb", name: "hemoglobin", measurements: ["g/dL", "mmol/L"] },
|
|
2313
|
+
{ abbrev: "WBC", name: "white blood cell count", measurements: ["cells/\xB5L"] },
|
|
2314
|
+
{ abbrev: "RBC", name: "red blood cell count", measurements: ["million cells/\xB5L", "trillion cells/L"] },
|
|
2315
|
+
{ abbrev: "PLT", name: "platelet count", measurements: ["thousand/\xB5L", "million/L"] },
|
|
2316
|
+
{ abbrev: "Hct", name: "hematocrit", measurements: ["%"] },
|
|
2317
|
+
{ abbrev: "MCV", name: "mean corpuscular volume", measurements: ["fL"] },
|
|
2318
|
+
{ abbrev: "MCH", name: "mean corpuscular hemoglobin", measurements: ["pg/cell"] },
|
|
2319
|
+
{ abbrev: "MCHC", name: "mean corpuscular hemoglobin concentration", measurements: ["g/dL"] },
|
|
2320
|
+
{ abbrev: "RDW", name: "red cell distribution width", measurements: ["%"] },
|
|
2321
|
+
{ abbrev: "Glucose", name: "blood glucose", measurements: ["mg/dL", "mmol/L"] },
|
|
2322
|
+
{ abbrev: "ALT", name: "alanine aminotransferase", measurements: ["U/L"] },
|
|
2323
|
+
{ abbrev: "AST", name: "aspartate aminotransferase", measurements: ["U/L"] },
|
|
2324
|
+
{ abbrev: "LDL", name: "low-density lipoprotein", measurements: ["mg/dL", "mmol/L"] },
|
|
2325
|
+
{ abbrev: "HDL", name: "high-density lipoprotein", measurements: ["mg/dL", "mmol/L"] },
|
|
2326
|
+
{ abbrev: "Triglycerides", name: "triglycerides", measurements: ["mg/dL", "mmol/L"] },
|
|
2327
|
+
{ abbrev: "CRP", name: "C-reactive protein", measurements: ["mg/L"] },
|
|
2328
|
+
{ abbrev: "TSH", name: "thyroid-stimulating hormone", measurements: ["mIU/L"] },
|
|
2329
|
+
{ abbrev: "BUN", name: "blood urea nitrogen", measurements: ["mg/dL", "mmol/L"] },
|
|
2330
|
+
{ abbrev: "Creatinine", name: "creatinine", measurements: ["mg/dL", "\xB5mol/L"] },
|
|
2331
|
+
{ abbrev: "Bilirubin", name: "bilirubin", measurements: ["mg/dL", "\xB5mol/L"] }
|
|
2332
|
+
];
|
|
2333
|
+
|
|
2106
2334
|
// src/types/dictionary/MapTo.ts
|
|
2107
2335
|
var toFinalizedConfig = (config) => {
|
|
2108
2336
|
return { ...config, finalized: true };
|
|
@@ -3396,6 +3624,112 @@ var isIso3166CountryCode = (val) => {
|
|
|
3396
3624
|
return isString(val) && codes.includes(val);
|
|
3397
3625
|
};
|
|
3398
3626
|
|
|
3627
|
+
// src/runtime/type-guards/metrics/isUom.ts
|
|
3628
|
+
var isAreaUom = (val) => {
|
|
3629
|
+
return isString(val) && AREA_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3630
|
+
};
|
|
3631
|
+
var isLuminosityUom = (val) => {
|
|
3632
|
+
return isString(val) && LUMINOSITY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3633
|
+
};
|
|
3634
|
+
var isResistanceUom = (val) => {
|
|
3635
|
+
return isString(val) && RESISTANCE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3636
|
+
};
|
|
3637
|
+
var isCurrentUom = (val) => {
|
|
3638
|
+
return isString(val) && CURRENT_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3639
|
+
};
|
|
3640
|
+
var isVoltageUom = (val) => {
|
|
3641
|
+
return isString(val) && VOLTAGE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3642
|
+
};
|
|
3643
|
+
var isFrequencyUom = (val) => {
|
|
3644
|
+
return isString(val) && FREQUENCY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3645
|
+
};
|
|
3646
|
+
var isPowerUom = (val) => {
|
|
3647
|
+
return isString(val) && POWER_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3648
|
+
};
|
|
3649
|
+
var isTimeUom = (val) => {
|
|
3650
|
+
return isString(val) && TIME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3651
|
+
};
|
|
3652
|
+
var isEnergyUom = (val) => {
|
|
3653
|
+
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3654
|
+
};
|
|
3655
|
+
var isPressureUom = (val) => {
|
|
3656
|
+
return isString(val) && PRESSURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3657
|
+
};
|
|
3658
|
+
var isTemperatureUom = (val) => {
|
|
3659
|
+
return isString(val) && TEMPERATURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3660
|
+
};
|
|
3661
|
+
var isVolumeUom = (val) => {
|
|
3662
|
+
return isString(val) && VOLUME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3663
|
+
};
|
|
3664
|
+
var isAccelerationUom = (val) => {
|
|
3665
|
+
return isString(val) && ACCELERATION_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3666
|
+
};
|
|
3667
|
+
var isSpeedUom = (val) => {
|
|
3668
|
+
return isString(val) && SPEED_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3669
|
+
};
|
|
3670
|
+
var isMassUom = (val) => {
|
|
3671
|
+
return isString(val) && MASS_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3672
|
+
};
|
|
3673
|
+
var isDistanceUom = (val) => {
|
|
3674
|
+
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3675
|
+
};
|
|
3676
|
+
var isUom = (val) => {
|
|
3677
|
+
return isDistanceUom(val) || isMassUom(val) || isSpeedUom(val) || isAccelerationUom(val) || isVoltageUom(val) || isTemperatureUom(val) || isPressureUom(val) || isEnergyUom(val) || isTimeUom(val) || isPowerUom(val) || isFrequencyUom(val) || isVoltageUom(val) || isCurrentUom(val) || isLuminosityUom(val) || isAreaUom(val);
|
|
3678
|
+
};
|
|
3679
|
+
|
|
3680
|
+
// src/runtime/type-guards/metrics/isMetric.ts
|
|
3681
|
+
var isAreaMetric = (val) => {
|
|
3682
|
+
return isString(val) && AREA_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3683
|
+
};
|
|
3684
|
+
var isLuminosityMetric = (val) => {
|
|
3685
|
+
return isString(val) && LUMINOSITY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3686
|
+
};
|
|
3687
|
+
var isResistance = (val) => {
|
|
3688
|
+
return isString(val) && RESISTANCE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3689
|
+
};
|
|
3690
|
+
var isCurrentMetric = (val) => {
|
|
3691
|
+
return isString(val) && CURRENT_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3692
|
+
};
|
|
3693
|
+
var isVoltageMetric = (val) => {
|
|
3694
|
+
return isString(val) && VOLTAGE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3695
|
+
};
|
|
3696
|
+
var isFrequencyMetric = (val) => {
|
|
3697
|
+
return isString(val) && FREQUENCY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3698
|
+
};
|
|
3699
|
+
var isPowerMetric = (val) => {
|
|
3700
|
+
return isString(val) && POWER_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3701
|
+
};
|
|
3702
|
+
var isTimeMetric = (val) => {
|
|
3703
|
+
return isString(val) && TIME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3704
|
+
};
|
|
3705
|
+
var isEnergyMetric = (val) => {
|
|
3706
|
+
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3707
|
+
};
|
|
3708
|
+
var isPressureMetric = (val) => {
|
|
3709
|
+
return isString(val) && PRESSURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3710
|
+
};
|
|
3711
|
+
var isTemperatureMetric = (val) => {
|
|
3712
|
+
return isString(val) && TEMPERATURE_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3713
|
+
};
|
|
3714
|
+
var isVolumeMetric = (val) => {
|
|
3715
|
+
return isString(val) && VOLUME_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3716
|
+
};
|
|
3717
|
+
var isAccelerationMetric = (val) => {
|
|
3718
|
+
return isString(val) && ACCELERATION_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3719
|
+
};
|
|
3720
|
+
var isSpeedMetric = (val) => {
|
|
3721
|
+
return isString(val) && SPEED_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3722
|
+
};
|
|
3723
|
+
var isMassMetric = (val) => {
|
|
3724
|
+
return isString(val) && MASS_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3725
|
+
};
|
|
3726
|
+
var isDistanceMetric = (val) => {
|
|
3727
|
+
return isString(val) && ENERGY_METRICS_LOOKUP.map((i) => i.abbrev).includes(val);
|
|
3728
|
+
};
|
|
3729
|
+
var isMetric = (val) => {
|
|
3730
|
+
return isDistanceMetric(val) || isMassMetric(val) || isSpeedMetric(val) || isAccelerationMetric(val) || isVoltageMetric(val) || isTemperatureMetric(val) || isPressureMetric(val) || isEnergyMetric(val) || isTimeMetric(val) || isPowerMetric(val) || isFrequencyMetric(val) || isVoltageMetric(val) || isCurrentMetric(val) || isLuminosityMetric(val) || isAreaMetric(val);
|
|
3731
|
+
};
|
|
3732
|
+
|
|
3399
3733
|
// src/runtime/literals/stripTrailing.ts
|
|
3400
3734
|
function stripTrailing(content, ...strip) {
|
|
3401
3735
|
let output = String(content);
|
|
@@ -4449,21 +4783,27 @@ var asVueRef = (value) => ({
|
|
|
4449
4783
|
});
|
|
4450
4784
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4451
4785
|
0 && (module.exports = {
|
|
4786
|
+
ACCELERATION_METRICS_LOOKUP,
|
|
4452
4787
|
ALPHA_CHARS,
|
|
4453
4788
|
AMAZON_DNS,
|
|
4454
4789
|
APPLE_DNS,
|
|
4790
|
+
AREA_METRICS_LOOKUP,
|
|
4455
4791
|
BEST_BUY_DNS,
|
|
4792
|
+
BLOOD_MARKERS_LOOKUP,
|
|
4456
4793
|
CHEWY_DNS,
|
|
4457
4794
|
COMMA,
|
|
4458
4795
|
COMMON_OBJ_PROPS,
|
|
4459
4796
|
CONSONANTS,
|
|
4460
4797
|
COSTCO_DNS,
|
|
4798
|
+
CURRENT_METRICS_LOOKUP,
|
|
4461
4799
|
CVS_DNS,
|
|
4462
4800
|
DEFAULT_MANY_TO_ONE_MAPPING,
|
|
4463
4801
|
DEFAULT_ONE_TO_MANY_MAPPING,
|
|
4464
4802
|
DEFAULT_ONE_TO_ONE_MAPPING,
|
|
4465
4803
|
DELL_DNS,
|
|
4804
|
+
DISTANCE_METRICS_LOOKUP,
|
|
4466
4805
|
EBAY_DNS,
|
|
4806
|
+
ENERGY_METRICS_LOOKUP,
|
|
4467
4807
|
ETSY_DNS,
|
|
4468
4808
|
ExifCompression,
|
|
4469
4809
|
ExifContrast,
|
|
@@ -4478,6 +4818,7 @@ var asVueRef = (value) => ({
|
|
|
4478
4818
|
ExifSubjectDistance,
|
|
4479
4819
|
FALSY_TYPE_KINDS,
|
|
4480
4820
|
FALSY_VALUES,
|
|
4821
|
+
FREQUENCY_METRICS_LOOKUP,
|
|
4481
4822
|
GITHUB_INSIGHT_CATEGORY_LOOKUP,
|
|
4482
4823
|
HASH_TABLE_ALPHA_LOWER,
|
|
4483
4824
|
HASH_TABLE_ALPHA_UPPER,
|
|
@@ -4497,8 +4838,10 @@ var asVueRef = (value) => ({
|
|
|
4497
4838
|
LITERAL_TYPE_KINDS,
|
|
4498
4839
|
LOWER_ALPHA_CHARS,
|
|
4499
4840
|
LOWES_DNS,
|
|
4841
|
+
LUMINOSITY_METRICS_LOOKUP,
|
|
4500
4842
|
MACYS_DNS,
|
|
4501
4843
|
MARKED,
|
|
4844
|
+
MASS_METRICS_LOOKUP,
|
|
4502
4845
|
MONTH_ABBR,
|
|
4503
4846
|
MONTH_NAME,
|
|
4504
4847
|
MapCardinality,
|
|
@@ -4517,10 +4860,13 @@ var asVueRef = (value) => ({
|
|
|
4517
4860
|
PHONE_FORMAT,
|
|
4518
4861
|
PLURAL_EXCEPTIONS,
|
|
4519
4862
|
PLURAL_EXCEPTIONS_OLD,
|
|
4863
|
+
POWER_METRICS_LOOKUP,
|
|
4864
|
+
PRESSURE_METRICS_LOOKUP,
|
|
4520
4865
|
PROXMOX_CT_STATE,
|
|
4521
4866
|
REPO_PAGE_TYPES,
|
|
4522
4867
|
REPO_SOURCES,
|
|
4523
4868
|
REPO_SOURCE_LOOKUP,
|
|
4869
|
+
RESISTANCE_METRICS_LOOKUP,
|
|
4524
4870
|
RESULT,
|
|
4525
4871
|
SHAPE_DELIMITER,
|
|
4526
4872
|
SHAPE_PREFIXES,
|
|
@@ -4538,8 +4884,11 @@ var asVueRef = (value) => ({
|
|
|
4538
4884
|
SIMPLE_TOKENS,
|
|
4539
4885
|
SIMPLE_UNION_TOKENS,
|
|
4540
4886
|
SINGULAR_NOUN_ENDINGS,
|
|
4887
|
+
SPEED_METRICS_LOOKUP,
|
|
4541
4888
|
ShapeApiImplementation,
|
|
4542
4889
|
TARGET_DNS,
|
|
4890
|
+
TEMPERATURE_METRICS_LOOKUP,
|
|
4891
|
+
TIME_METRICS_LOOKUP,
|
|
4543
4892
|
TOP_LEVEL_DOMAINS,
|
|
4544
4893
|
TT_Atomics,
|
|
4545
4894
|
TT_Containers,
|
|
@@ -4589,6 +4938,8 @@ var asVueRef = (value) => ({
|
|
|
4589
4938
|
US_STATE_LOOKUP,
|
|
4590
4939
|
US_STATE_LOOKUP_PROVINCES,
|
|
4591
4940
|
US_STATE_LOOKUP_STRICT,
|
|
4941
|
+
VOLTAGE_METRICS_LOOKUP,
|
|
4942
|
+
VOLUME_METRICS_LOOKUP,
|
|
4592
4943
|
WALGREENS_DNS,
|
|
4593
4944
|
WALMART_DNS,
|
|
4594
4945
|
WAYFAIR_DNS,
|
|
@@ -4685,11 +5036,15 @@ var asVueRef = (value) => ({
|
|
|
4685
5036
|
intersection,
|
|
4686
5037
|
ip6GroupExpansion,
|
|
4687
5038
|
ip6Prefix,
|
|
5039
|
+
isAccelerationMetric,
|
|
5040
|
+
isAccelerationUom,
|
|
4688
5041
|
isAlpha,
|
|
4689
5042
|
isAmazonUrl,
|
|
4690
5043
|
isApi,
|
|
4691
5044
|
isApiSurface,
|
|
4692
5045
|
isAppleUrl,
|
|
5046
|
+
isAreaMetric,
|
|
5047
|
+
isAreaUom,
|
|
4693
5048
|
isArray,
|
|
4694
5049
|
isArrayToken,
|
|
4695
5050
|
isAtomicToken,
|
|
@@ -4704,13 +5059,19 @@ var asVueRef = (value) => ({
|
|
|
4704
5059
|
isContainerToken,
|
|
4705
5060
|
isCostCoUrl,
|
|
4706
5061
|
isCssAspectRatio,
|
|
5062
|
+
isCurrentMetric,
|
|
5063
|
+
isCurrentUom,
|
|
4707
5064
|
isCvsUrl,
|
|
4708
5065
|
isDefined,
|
|
4709
5066
|
isDellUrl,
|
|
5067
|
+
isDistanceMetric,
|
|
5068
|
+
isDistanceUom,
|
|
4710
5069
|
isDomainName,
|
|
4711
5070
|
isDoneFn,
|
|
4712
5071
|
isEbayUrl,
|
|
4713
5072
|
isEmail,
|
|
5073
|
+
isEnergyMetric,
|
|
5074
|
+
isEnergyUom,
|
|
4714
5075
|
isEqual,
|
|
4715
5076
|
isErrorCondition,
|
|
4716
5077
|
isEscapeFunction,
|
|
@@ -4719,6 +5080,8 @@ var asVueRef = (value) => ({
|
|
|
4719
5080
|
isFalsy,
|
|
4720
5081
|
isFnToken,
|
|
4721
5082
|
isFnWithParams,
|
|
5083
|
+
isFrequencyMetric,
|
|
5084
|
+
isFrequencyUom,
|
|
4722
5085
|
isFunction,
|
|
4723
5086
|
isGeneratorToken,
|
|
4724
5087
|
isGithubIssueUrl,
|
|
@@ -4749,8 +5112,13 @@ var asVueRef = (value) => ({
|
|
|
4749
5112
|
isLength,
|
|
4750
5113
|
isLikeRegExp,
|
|
4751
5114
|
isLowesUrl,
|
|
5115
|
+
isLuminosityMetric,
|
|
5116
|
+
isLuminosityUom,
|
|
4752
5117
|
isMacysUrl,
|
|
4753
5118
|
isMapToken,
|
|
5119
|
+
isMassMetric,
|
|
5120
|
+
isMassUom,
|
|
5121
|
+
isMetric,
|
|
4754
5122
|
isNever,
|
|
4755
5123
|
isNikeUrl,
|
|
4756
5124
|
isNotNull,
|
|
@@ -4763,12 +5131,18 @@ var asVueRef = (value) => ({
|
|
|
4763
5131
|
isObjectToken,
|
|
4764
5132
|
isOptionalParamFunction,
|
|
4765
5133
|
isPhoneNumber,
|
|
5134
|
+
isPowerMetric,
|
|
5135
|
+
isPowerUom,
|
|
5136
|
+
isPressureMetric,
|
|
5137
|
+
isPressureUom,
|
|
4766
5138
|
isReadonlyArray,
|
|
4767
5139
|
isRecordToken,
|
|
4768
5140
|
isRef,
|
|
4769
5141
|
isRegExp,
|
|
4770
5142
|
isRepoSource,
|
|
4771
5143
|
isRepoUrl,
|
|
5144
|
+
isResistance,
|
|
5145
|
+
isResistanceUom,
|
|
4772
5146
|
isSameTypeOf,
|
|
4773
5147
|
isScalar,
|
|
4774
5148
|
isSemanticVersion,
|
|
@@ -4783,10 +5157,16 @@ var asVueRef = (value) => ({
|
|
|
4783
5157
|
isSimpleTokenTuple,
|
|
4784
5158
|
isSingletonToken,
|
|
4785
5159
|
isSpecificConstant,
|
|
5160
|
+
isSpeedMetric,
|
|
5161
|
+
isSpeedUom,
|
|
4786
5162
|
isString,
|
|
4787
5163
|
isSymbol,
|
|
4788
5164
|
isTargetUrl,
|
|
5165
|
+
isTemperatureMetric,
|
|
5166
|
+
isTemperatureUom,
|
|
4789
5167
|
isThenable,
|
|
5168
|
+
isTimeMetric,
|
|
5169
|
+
isTimeUom,
|
|
4790
5170
|
isTrimable,
|
|
4791
5171
|
isTrue,
|
|
4792
5172
|
isTruthy,
|
|
@@ -4799,10 +5179,15 @@ var asVueRef = (value) => ({
|
|
|
4799
5179
|
isUnionSetToken,
|
|
4800
5180
|
isUnionToken,
|
|
4801
5181
|
isUnset,
|
|
5182
|
+
isUom,
|
|
4802
5183
|
isUri,
|
|
4803
5184
|
isUrl,
|
|
4804
5185
|
isUrlPath,
|
|
4805
5186
|
isUrlSource,
|
|
5187
|
+
isVoltageMetric,
|
|
5188
|
+
isVoltageUom,
|
|
5189
|
+
isVolumeMetric,
|
|
5190
|
+
isVolumeUom,
|
|
4806
5191
|
isWalgreensUrl,
|
|
4807
5192
|
isWalmartUrl,
|
|
4808
5193
|
isWayfairUrl,
|