inferred-types 0.51.1 → 0.51.3
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/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs +28 -9
- package/dist/index.js +28 -9
- package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
- package/dist/runtime/errors/KindError.d.ts +10 -7
- package/dist/runtime/errors/KindError.d.ts.map +1 -1
- package/dist/runtime/errors/KindError.js +40 -14
- package/dist/runtime/errors/index.d.ts +1 -1
- package/dist/runtime/errors/index.d.ts.map +1 -1
- package/dist/runtime/errors/index.js +1 -1
- package/dist/runtime/tsconfig.tsbuildinfo +1 -1
- package/dist/types/dictionary/CombinedKeys.d.ts.map +1 -1
- package/dist/types/errors/KindError.d.ts +11 -6
- package/dist/types/errors/KindError.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/type-conversion/MergeObjects.d.ts +3 -3
- package/dist/types/type-conversion/MergeObjects.d.ts.map +1 -1
- package/package.json +22 -19
- package/dist/runtime/errors/kindedError.d.ts +0 -27
- package/dist/runtime/errors/kindedError.d.ts.map +0 -1
- package/dist/runtime/errors/kindedError.js +0 -33
- package/src/constants/Alpha.ts +0 -21
- package/src/constants/Books.ts +0 -9
- package/src/constants/Characters.ts +0 -6
- package/src/constants/Comma.ts +0 -18
- package/src/constants/CommonObjProps.ts +0 -7
- package/src/constants/Consonants.ts +0 -25
- package/src/constants/Constant.ts +0 -11
- package/src/constants/DateTime.ts +0 -40
- package/src/constants/FalsyValues.ts +0 -9
- package/src/constants/Functional.ts +0 -20
- package/src/constants/Geo.ts +0 -99
- package/src/constants/HashTable.ts +0 -131
- package/src/constants/ISO3166.ts +0 -147
- package/src/constants/Images.ts +0 -22
- package/src/constants/Marked.ts +0 -11
- package/src/constants/Markers.ts +0 -23
- package/src/constants/Metrics.ts +0 -171
- package/src/constants/NetworkConstants.ts +0 -91
- package/src/constants/Never.ts +0 -11
- package/src/constants/News.ts +0 -441
- package/src/constants/NoDefaultValue.ts +0 -13
- package/src/constants/NotApplicable.ts +0 -11
- package/src/constants/NotDefined.ts +0 -10
- package/src/constants/NumericChar.ts +0 -14
- package/src/constants/NumericDigit.ts +0 -11
- package/src/constants/Phone.ts +0 -263
- package/src/constants/PluralExceptions.ts +0 -113
- package/src/constants/ProxmoxConstants.ts +0 -6
- package/src/constants/RepoConstants.ts +0 -56
- package/src/constants/Retail.ts +0 -113
- package/src/constants/Shape.ts +0 -16
- package/src/constants/SingularNounEnding.ts +0 -15
- package/src/constants/Social.ts +0 -131
- package/src/constants/Tailwind.ts +0 -92
- package/src/constants/TypeComparisons.ts +0 -63
- package/src/constants/TypeOf.ts +0 -6
- package/src/constants/TypeTokens.ts +0 -291
- package/src/constants/TypeTransforms.ts +0 -47
- package/src/constants/Types.ts +0 -32
- package/src/constants/Wide.ts +0 -36
- package/src/constants/createConstant.ts +0 -13
- package/src/constants/index.ts +0 -41
- package/src/constants/tsconfig.json +0 -21
- package/src/inferred-types/README.md +0 -3
- package/src/inferred-types/index.ts +0 -3
- package/src/inferred-types/tsconfig.json +0 -49
- package/src/runtime/README.md +0 -3
- package/src/runtime/api/defineApi.ts +0 -153
- package/src/runtime/api/handleDoneFn.ts +0 -31
- package/src/runtime/api/index.ts +0 -3
- package/src/runtime/boolean-logic/ifArray.ts +0 -22
- package/src/runtime/boolean-logic/ifArrayPartial.ts +0 -13
- package/src/runtime/boolean-logic/ifBoolean.ts +0 -30
- package/src/runtime/boolean-logic/ifChar.ts +0 -23
- package/src/runtime/boolean-logic/ifContainer.ts +0 -20
- package/src/runtime/boolean-logic/ifFalse.ts +0 -26
- package/src/runtime/boolean-logic/ifFunction.ts +0 -31
- package/src/runtime/boolean-logic/ifHasKey.ts +0 -27
- package/src/runtime/boolean-logic/ifLength.ts +0 -39
- package/src/runtime/boolean-logic/ifNotNull.ts +0 -30
- package/src/runtime/boolean-logic/ifNull.ts +0 -31
- package/src/runtime/boolean-logic/ifNumber.ts +0 -30
- package/src/runtime/boolean-logic/ifObject.ts +0 -15
- package/src/runtime/boolean-logic/ifSameType.ts +0 -29
- package/src/runtime/boolean-logic/ifScalar.ts +0 -42
- package/src/runtime/boolean-logic/ifString.ts +0 -37
- package/src/runtime/boolean-logic/ifTrue.ts +0 -33
- package/src/runtime/boolean-logic/ifUndefined.ts +0 -39
- package/src/runtime/boolean-logic/index.ts +0 -19
- package/src/runtime/combinators/and.ts +0 -11
- package/src/runtime/combinators/f2.ts.HOLD +0 -241
- package/src/runtime/combinators/index.ts +0 -2
- package/src/runtime/combinators/or.ts +0 -13
- package/src/runtime/dictionary/defineOptions.ts +0 -82
- package/src/runtime/dictionary/entries.ts +0 -34
- package/src/runtime/dictionary/get.ts +0 -168
- package/src/runtime/dictionary/index.ts +0 -23
- package/src/runtime/dictionary/keysOf.ts +0 -28
- package/src/runtime/dictionary/omit.ts +0 -40
- package/src/runtime/dictionary/retain.ts +0 -35
- package/src/runtime/dictionary/sharedKeys.ts +0 -16
- package/src/runtime/dictionary/takeProp.ts +0 -28
- package/src/runtime/dictionary/valuesOf.ts +0 -21
- package/src/runtime/dictionary/withDefaults.ts +0 -27
- package/src/runtime/dictionary/withKeys.ts +0 -22
- package/src/runtime/dictionary/withoutKeys.ts +0 -23
- package/src/runtime/dictionary/withoutValue.ts +0 -26
- package/src/runtime/errors/KindError.ts +0 -59
- package/src/runtime/errors/TypedError.ts +0 -69
- package/src/runtime/errors/createErrorCondition.ts +0 -35
- package/src/runtime/errors/index.ts +0 -2
- package/src/runtime/errors/kindedError.ts +0 -59
- package/src/runtime/functional/index.ts +0 -1
- package/src/runtime/functional/result.ts +0 -309
- package/src/runtime/functions/fnMeta.ts +0 -27
- package/src/runtime/functions/index.ts +0 -3
- package/src/runtime/functions/wrapFn.ts +0 -32
- package/src/runtime/index.ts +0 -18
- package/src/runtime/initializers/addFnToProps.ts +0 -35
- package/src/runtime/initializers/addPropsToFn.ts +0 -42
- package/src/runtime/initializers/createCssSelector.ts +0 -78
- package/src/runtime/initializers/createFnWithProps.ts +0 -40
- package/src/runtime/initializers/defineObj.ts +0 -55
- package/src/runtime/initializers/defineTuple.ts +0 -28
- package/src/runtime/initializers/index.ts +0 -6
- package/src/runtime/lists/asArray.ts +0 -29
- package/src/runtime/lists/createComparison.ts +0 -15
- package/src/runtime/lists/createConverter.ts +0 -104
- package/src/runtime/lists/filter.ts +0 -62
- package/src/runtime/lists/find.ts +0 -51
- package/src/runtime/lists/getEach.ts +0 -48
- package/src/runtime/lists/index.ts +0 -26
- package/src/runtime/lists/indexOf.ts +0 -58
- package/src/runtime/lists/intersection.ts +0 -69
- package/src/runtime/lists/join.ts +0 -34
- package/src/runtime/lists/last.ts +0 -5
- package/src/runtime/lists/logicalReturns.ts +0 -18
- package/src/runtime/lists/reverse.ts +0 -10
- package/src/runtime/lists/shift.ts +0 -66
- package/src/runtime/lists/slice.ts +0 -16
- package/src/runtime/lists/unique.ts +0 -26
- package/src/runtime/literals/box.ts +0 -75
- package/src/runtime/literals/capitalize.ts +0 -9
- package/src/runtime/literals/color/cssColor.ts +0 -31
- package/src/runtime/literals/color/index.ts +0 -2
- package/src/runtime/literals/color/twColor.ts +0 -40
- package/src/runtime/literals/ensureLeading.ts +0 -27
- package/src/runtime/literals/ensureSurround.ts +0 -32
- package/src/runtime/literals/ensureTrailing.ts +0 -20
- package/src/runtime/literals/identity.ts +0 -22
- package/src/runtime/literals/ifLowercase.ts +0 -57
- package/src/runtime/literals/ifUppercase.ts +0 -34
- package/src/runtime/literals/index.ts +0 -58
- package/src/runtime/literals/literal.ts +0 -48
- package/src/runtime/literals/lowercase.ts +0 -11
- package/src/runtime/literals/narrow.ts +0 -44
- package/src/runtime/literals/pathJoin.ts +0 -25
- package/src/runtime/literals/phone/asPhoneNumber.ts +0 -72
- package/src/runtime/literals/phone/getPhoneCountryCode.ts +0 -16
- package/src/runtime/literals/phone/index.ts +0 -3
- package/src/runtime/literals/phone/removePhoneCountryCode.ts +0 -16
- package/src/runtime/literals/pluralize.ts +0 -74
- package/src/runtime/literals/retainAfter.ts +0 -71
- package/src/runtime/literals/retainChars.ts +0 -30
- package/src/runtime/literals/retainUntil.ts +0 -67
- package/src/runtime/literals/retainWhile.ts +0 -23
- package/src/runtime/literals/rightWhitespace.ts +0 -17
- package/src/runtime/literals/split.ts +0 -19
- package/src/runtime/literals/stripAfter.ts +0 -20
- package/src/runtime/literals/stripBefore.ts +0 -23
- package/src/runtime/literals/stripChars.ts +0 -25
- package/src/runtime/literals/stripLeading.ts +0 -28
- package/src/runtime/literals/stripSurround.ts +0 -54
- package/src/runtime/literals/stripTrailing.ts +0 -29
- package/src/runtime/literals/stripUntil.ts +0 -18
- package/src/runtime/literals/stripWhile.ts +0 -19
- package/src/runtime/literals/surround.ts +0 -23
- package/src/runtime/literals/takeNumericCharacters.ts +0 -16
- package/src/runtime/literals/toCamelCase.ts +0 -28
- package/src/runtime/literals/toKebabCase.ts +0 -31
- package/src/runtime/literals/toLowercase.ts +0 -13
- package/src/runtime/literals/toNumericArray.ts +0 -5
- package/src/runtime/literals/toPascalCase.ts +0 -38
- package/src/runtime/literals/toSnakeCase.ts +0 -33
- package/src/runtime/literals/toString.ts +0 -11
- package/src/runtime/literals/toUppercase.ts +0 -13
- package/src/runtime/literals/trim.ts +0 -55
- package/src/runtime/literals/truncate.ts +0 -20
- package/src/runtime/literals/tuple.ts +0 -41
- package/src/runtime/literals/uncapitalize.ts +0 -9
- package/src/runtime/literals/unset.ts +0 -18
- package/src/runtime/literals/uppercase.ts +0 -9
- package/src/runtime/literals/widen.ts +0 -13
- package/src/runtime/meta/index.ts +0 -2
- package/src/runtime/meta/urlMeta.ts +0 -187
- package/src/runtime/meta/youtube-meta.ts +0 -146
- package/src/runtime/queues/fifo.ts +0 -51
- package/src/runtime/queues/index.ts +0 -2
- package/src/runtime/queues/lifo.ts +0 -45
- package/src/runtime/runtime-types/README.md +0 -3
- package/src/runtime/runtime-types/asDefineObject.ts +0 -29
- package/src/runtime/runtime-types/asToken.ts +0 -155
- package/src/runtime/runtime-types/asType.ts +0 -57
- package/src/runtime/runtime-types/choices.ts +0 -86
- package/src/runtime/runtime-types/dict.hold +0 -65
- package/src/runtime/runtime-types/index.ts +0 -9
- package/src/runtime/runtime-types/ip6Prefix.ts +0 -20
- package/src/runtime/runtime-types/list.ts +0 -141
- package/src/runtime/runtime-types/rec.ts +0 -11
- package/src/runtime/runtime-types/shape-helpers/addToken.ts +0 -11
- package/src/runtime/runtime-types/shape-helpers/atomics.ts +0 -21
- package/src/runtime/runtime-types/shape-helpers/functions.ts +0 -36
- package/src/runtime/runtime-types/shape-helpers/getTokenData.ts +0 -14
- package/src/runtime/runtime-types/shape-helpers/getTokenName.ts +0 -13
- package/src/runtime/runtime-types/shape-helpers/literal-containers.ts +0 -18
- package/src/runtime/runtime-types/shape-helpers/regexToken.ts +0 -44
- package/src/runtime/runtime-types/shape-helpers/singletons.ts +0 -108
- package/src/runtime/runtime-types/shape-helpers/union.ts +0 -15
- package/src/runtime/runtime-types/shape-helpers/wide-containers.ts +0 -60
- package/src/runtime/runtime-types/shape.ts +0 -87
- package/src/runtime/runtime-types/tokens/createTypeToken.ts +0 -114
- package/src/runtime/runtime-types/tokens/index.ts +0 -2
- package/src/runtime/runtime-types/tokens/simpleToken.ts +0 -85
- package/src/runtime/sets/index.ts +0 -1
- package/src/runtime/sets/uniqueKeys.ts +0 -48
- package/src/runtime/tsconfig.json +0 -47
- package/src/runtime/type-conversion/asChars.ts +0 -10
- package/src/runtime/type-conversion/asRecord.ts +0 -14
- package/src/runtime/type-conversion/asString.ts +0 -35
- package/src/runtime/type-conversion/csv.ts +0 -56
- package/src/runtime/type-conversion/index.ts +0 -18
- package/src/runtime/type-conversion/intersect.ts +0 -12
- package/src/runtime/type-conversion/ip6GroupExpansion.ts +0 -17
- package/src/runtime/type-conversion/json.ts +0 -32
- package/src/runtime/type-conversion/lookupCountry.ts +0 -242
- package/src/runtime/type-conversion/mergeObjects.ts +0 -31
- package/src/runtime/type-conversion/mergeScalars.ts +0 -16
- package/src/runtime/type-conversion/mergeTuples.ts +0 -16
- package/src/runtime/type-conversion/mutable.ts +0 -5
- package/src/runtime/type-conversion/never.ts +0 -13
- package/src/runtime/type-conversion/optional.ts +0 -37
- package/src/runtime/type-conversion/toNumber.ts +0 -35
- package/src/runtime/type-conversion/union.ts +0 -15
- package/src/runtime/type-conversion/unionize.ts +0 -12
- package/src/runtime/type-guards/api-tg.ts +0 -45
- package/src/runtime/type-guards/geo/index.ts +0 -3
- package/src/runtime/type-guards/geo/isIso3166Alpha2.ts +0 -79
- package/src/runtime/type-guards/geo/isUsState.ts +0 -15
- package/src/runtime/type-guards/geo/isZipCode.ts +0 -45
- package/src/runtime/type-guards/hasDefaultValue.ts +0 -16
- package/src/runtime/type-guards/hasErrorConditions.ts +0 -8
- package/src/runtime/type-guards/hasIndexOf.ts +0 -36
- package/src/runtime/type-guards/hasKeys.ts +0 -38
- package/src/runtime/type-guards/hasWhitespace.ts +0 -13
- package/src/runtime/type-guards/higher-order/endsWith.ts +0 -23
- package/src/runtime/type-guards/higher-order/index.ts +0 -7
- package/src/runtime/type-guards/higher-order/isEqual.ts +0 -23
- package/src/runtime/type-guards/higher-order/isLength.ts +0 -36
- package/src/runtime/type-guards/higher-order/isSameTypeOf.ts +0 -15
- package/src/runtime/type-guards/higher-order/isTuple.ts +0 -31
- package/src/runtime/type-guards/higher-order/isTypeOf.ts +0 -16
- package/src/runtime/type-guards/higher-order/startsWith.ts +0 -42
- package/src/runtime/type-guards/html/index.ts +0 -1
- package/src/runtime/type-guards/html/isHtmlElement.ts +0 -11
- package/src/runtime/type-guards/index.ts +0 -57
- package/src/runtime/type-guards/isAlpha.ts +0 -13
- package/src/runtime/type-guards/isArray.ts +0 -9
- package/src/runtime/type-guards/isBoolean.ts +0 -10
- package/src/runtime/type-guards/isBooleanLike.ts +0 -17
- package/src/runtime/type-guards/isConstant.ts +0 -20
- package/src/runtime/type-guards/isContainer.ts +0 -20
- package/src/runtime/type-guards/isCssAspectRatio.ts +0 -16
- package/src/runtime/type-guards/isDefined.ts +0 -9
- package/src/runtime/type-guards/isDoneFn.ts +0 -14
- package/src/runtime/type-guards/isEmail.ts +0 -31
- package/src/runtime/type-guards/isErrorCondition.ts +0 -19
- package/src/runtime/type-guards/isFalse.ts +0 -3
- package/src/runtime/type-guards/isFalsy.ts +0 -14
- package/src/runtime/type-guards/isFnWithParams.ts +0 -11
- package/src/runtime/type-guards/isFunction.ts +0 -15
- package/src/runtime/type-guards/isHexadecimal.ts +0 -15
- package/src/runtime/type-guards/isIndexable.ts +0 -14
- package/src/runtime/type-guards/isInlineSvg.ts +0 -12
- package/src/runtime/type-guards/isLeftRight.ts +0 -16
- package/src/runtime/type-guards/isNever.ts +0 -12
- package/src/runtime/type-guards/isNotNull.ts +0 -10
- package/src/runtime/type-guards/isNothing.ts +0 -5
- package/src/runtime/type-guards/isNull.ts +0 -11
- package/src/runtime/type-guards/isNumber.ts +0 -9
- package/src/runtime/type-guards/isNumericString.ts +0 -41
- package/src/runtime/type-guards/isObject.ts +0 -13
- package/src/runtime/type-guards/isPhoneNumber.ts +0 -35
- package/src/runtime/type-guards/isReadonlyArray.ts +0 -17
- package/src/runtime/type-guards/isRef.ts +0 -15
- package/src/runtime/type-guards/isRegExp.ts +0 -37
- package/src/runtime/type-guards/isRuntimeUnion.ts +0 -12
- package/src/runtime/type-guards/isScalar.ts +0 -17
- package/src/runtime/type-guards/isSpecificConstant.ts +0 -17
- package/src/runtime/type-guards/isString.ts +0 -13
- package/src/runtime/type-guards/isSymbol.ts +0 -12
- package/src/runtime/type-guards/isThenable.ts +0 -8
- package/src/runtime/type-guards/isTrimmable.ts +0 -10
- package/src/runtime/type-guards/isTrue.ts +0 -8
- package/src/runtime/type-guards/isTruthy.ts +0 -15
- package/src/runtime/type-guards/isTypeToken.ts +0 -20
- package/src/runtime/type-guards/isTypeTuple.ts +0 -10
- package/src/runtime/type-guards/isUndefined.ts +0 -10
- package/src/runtime/type-guards/isUnset.ts +0 -26
- package/src/runtime/type-guards/isUrl.ts +0 -55
- package/src/runtime/type-guards/metrics/index.ts +0 -2
- package/src/runtime/type-guards/metrics/isMetric.ts +0 -133
- package/src/runtime/type-guards/metrics/isUom.ts +0 -125
- package/src/runtime/type-guards/network-tg.ts +0 -123
- package/src/runtime/type-guards/tokens/index.ts +0 -8
- package/src/runtime/type-guards/tokens/isAtomicToken.ts +0 -16
- package/src/runtime/type-guards/tokens/isContainerToken.ts +0 -64
- package/src/runtime/type-guards/tokens/isDefineObject.ts +0 -16
- package/src/runtime/type-guards/tokens/isFunctionToken.ts +0 -11
- package/src/runtime/type-guards/tokens/isShapeCallback.ts +0 -9
- package/src/runtime/type-guards/tokens/isShapeToken.ts +0 -33
- package/src/runtime/type-guards/tokens/isSimpleToken.ts +0 -100
- package/src/runtime/type-guards/tokens/isSingletonToken.ts +0 -17
- package/src/runtime/type-guards/tokens/isTupleToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionSetToken.ts +0 -0
- package/src/runtime/type-guards/tokens/isUnionToken.ts +0 -16
- package/src/runtime/type-guards/urls/Social.ts +0 -25
- package/src/runtime/type-guards/urls/books.ts +0 -2
- package/src/runtime/type-guards/urls/index.ts +0 -9
- package/src/runtime/type-guards/urls/news/australian.ts +0 -14
- package/src/runtime/type-guards/urls/news/belgium.ts +0 -14
- package/src/runtime/type-guards/urls/news/canadian.ts +0 -14
- package/src/runtime/type-guards/urls/news/chinese.ts +0 -14
- package/src/runtime/type-guards/urls/news/danish.ts +0 -14
- package/src/runtime/type-guards/urls/news/dutch.ts +0 -15
- package/src/runtime/type-guards/urls/news/french.ts +0 -14
- package/src/runtime/type-guards/urls/news/german.ts +0 -14
- package/src/runtime/type-guards/urls/news/index.ts +0 -51
- package/src/runtime/type-guards/urls/news/indian.ts +0 -14
- package/src/runtime/type-guards/urls/news/italian.ts +0 -14
- package/src/runtime/type-guards/urls/news/japanese.ts +0 -14
- package/src/runtime/type-guards/urls/news/mexican.ts +0 -14
- package/src/runtime/type-guards/urls/news/norwegian.ts +0 -14
- package/src/runtime/type-guards/urls/news/south-korean.ts +0 -14
- package/src/runtime/type-guards/urls/news/spanish.ts +0 -14
- package/src/runtime/type-guards/urls/news/swiss.ts +0 -14
- package/src/runtime/type-guards/urls/news/turkish.ts +0 -14
- package/src/runtime/type-guards/urls/news/uk.ts +0 -14
- package/src/runtime/type-guards/urls/news/us.ts +0 -14
- package/src/runtime/type-guards/urls/repos/bitbucket.ts +0 -18
- package/src/runtime/type-guards/urls/repos/codeCommit.ts +0 -19
- package/src/runtime/type-guards/urls/repos/github.ts +0 -198
- package/src/runtime/type-guards/urls/repos/index.ts +0 -19
- package/src/runtime/type-guards/urls/repos/isSemanticVersion.ts +0 -46
- package/src/runtime/type-guards/urls/retail.ts +0 -221
- package/src/runtime/type-guards/urls/youtube.ts +0 -172
- package/src/runtime/vuejs/asVueRef.ts +0 -18
- package/src/runtime/vuejs/index.ts +0 -1
- package/src/types/README.md +0 -3
- package/src/types/api/api.ts +0 -368
- package/src/types/api/index.ts +0 -1
- package/src/types/base-types/AnyArray.ts +0 -6
- package/src/types/base-types/AnyObject.ts +0 -12
- package/src/types/base-types/Container.ts +0 -19
- package/src/types/base-types/Defined.ts +0 -8
- package/src/types/base-types/Dictionary.ts +0 -14
- package/src/types/base-types/Digital.ts +0 -27
- package/src/types/base-types/EmptyObject.ts +0 -14
- package/src/types/base-types/FalsyValue.ts +0 -8
- package/src/types/base-types/Indexable.ts +0 -10
- package/src/types/base-types/IndexableObject.ts +0 -36
- package/src/types/base-types/LikeRegExp.ts +0 -10
- package/src/types/base-types/List.ts +0 -386
- package/src/types/base-types/NarrowObject.ts +0 -11
- package/src/types/base-types/NonArray.ts +0 -10
- package/src/types/base-types/NotNull.ts +0 -8
- package/src/types/base-types/Nothing.ts +0 -7
- package/src/types/base-types/NumericSign.ts +0 -6
- package/src/types/base-types/ObjectKey.ts +0 -8
- package/src/types/base-types/Scalar.ts +0 -7
- package/src/types/base-types/ScalarNotSymbol.ts +0 -7
- package/src/types/base-types/Something.ts +0 -10
- package/src/types/base-types/Thenable.ts +0 -12
- package/src/types/base-types/Tuple.ts +0 -42
- package/src/types/base-types/fns/AnyFunction.ts +0 -10
- package/src/types/base-types/fns/EscapeFunction.ts +0 -25
- package/src/types/base-types/fns/FnAllowingProps.ts +0 -14
- package/src/types/base-types/fns/IdentityFunction.ts +0 -5
- package/src/types/base-types/fns/JustFunction.ts +0 -11
- package/src/types/base-types/fns/OptionalParamFn.ts +0 -42
- package/src/types/base-types/fns/RegularFn.ts +0 -11
- package/src/types/base-types/fns/TypedFunction.ts +0 -10
- package/src/types/base-types/fns/index.ts +0 -9
- package/src/types/base-types/functional/LeftRight.ts +0 -251
- package/src/types/base-types/functional/index.ts +0 -1
- package/src/types/base-types/index.ts +0 -27
- package/src/types/boolean-logic/LogicalCombinator.ts +0 -4
- package/src/types/boolean-logic/branching/Default.ts +0 -18
- package/src/types/boolean-logic/branching/Fail.ts +0 -38
- package/src/types/boolean-logic/branching/Handle.ts +0 -52
- package/src/types/boolean-logic/branching/If.ts +0 -45
- package/src/types/boolean-logic/branching/IfAllExtend.ts +0 -17
- package/src/types/boolean-logic/branching/IfAllLiteral.ts +0 -13
- package/src/types/boolean-logic/branching/IfEqual.ts +0 -31
- package/src/types/boolean-logic/branching/IfErrorCondition.ts +0 -20
- package/src/types/boolean-logic/branching/IfLength.ts +0 -34
- package/src/types/boolean-logic/branching/IfNever.ts +0 -13
- package/src/types/boolean-logic/branching/IfUnset.ts +0 -32
- package/src/types/boolean-logic/branching/Iff.ts +0 -55
- package/src/types/boolean-logic/branching/OnPass.ts +0 -113
- package/src/types/boolean-logic/branching/Passthrough.ts +0 -26
- package/src/types/boolean-logic/branching/README.md +0 -3
- package/src/types/boolean-logic/branching/WhenNever.ts +0 -17
- package/src/types/boolean-logic/branching/index.ts +0 -15
- package/src/types/boolean-logic/combinators/And.ts +0 -44
- package/src/types/boolean-logic/combinators/Compare.ts +0 -188
- package/src/types/boolean-logic/combinators/Not.ts +0 -68
- package/src/types/boolean-logic/combinators/Or.ts +0 -69
- package/src/types/boolean-logic/combinators/README.md +0 -3
- package/src/types/boolean-logic/combinators/Some.ts +0 -44
- package/src/types/boolean-logic/combinators/index.ts +0 -5
- package/src/types/boolean-logic/index.ts +0 -7
- package/src/types/boolean-logic/narrowing/As.ts +0 -10
- package/src/types/boolean-logic/narrowing/AsDoneFn.ts +0 -12
- package/src/types/boolean-logic/narrowing/AsIndexOf.ts +0 -24
- package/src/types/boolean-logic/narrowing/AsSomething.ts +0 -38
- package/src/types/boolean-logic/narrowing/index.ts +0 -5
- package/src/types/boolean-logic/operators/AllExtend.ts +0 -29
- package/src/types/boolean-logic/operators/AllLiteral.ts +0 -29
- package/src/types/boolean-logic/operators/AllNumericLiterals.ts +0 -14
- package/src/types/boolean-logic/operators/AllStringLiterals.ts +0 -14
- package/src/types/boolean-logic/operators/ApiOperators.ts +0 -30
- package/src/types/boolean-logic/operators/AreSameLength.ts +0 -29
- package/src/types/boolean-logic/operators/AreSameType.ts +0 -22
- package/src/types/boolean-logic/operators/Contains.ts +0 -76
- package/src/types/boolean-logic/operators/ContainsAll.ts +0 -31
- package/src/types/boolean-logic/operators/DoesExtend.ts +0 -16
- package/src/types/boolean-logic/operators/DoesNotExtend.ts +0 -14
- package/src/types/boolean-logic/operators/EndsWith.ts +0 -56
- package/src/types/boolean-logic/operators/Extends.ts +0 -14
- package/src/types/boolean-logic/operators/ExtendsAll.ts +0 -26
- package/src/types/boolean-logic/operators/ExtendsNone.ts +0 -16
- package/src/types/boolean-logic/operators/ExtendsSome.ts +0 -18
- package/src/types/boolean-logic/operators/HasArray.ts +0 -17
- package/src/types/boolean-logic/operators/HasCharacters.ts +0 -73
- package/src/types/boolean-logic/operators/HasIndex.ts +0 -18
- package/src/types/boolean-logic/operators/HasOtherCharacters.ts +0 -39
- package/src/types/boolean-logic/operators/HasParameters.ts +0 -18
- package/src/types/boolean-logic/operators/HasProp.ts +0 -20
- package/src/types/boolean-logic/operators/HasRequiredProps.ts +0 -17
- package/src/types/boolean-logic/operators/HasSameKeys.ts +0 -41
- package/src/types/boolean-logic/operators/HasSameValues.ts +0 -53
- package/src/types/boolean-logic/operators/HasUnionType.ts +0 -16
- package/src/types/boolean-logic/operators/HasWideValues.ts +0 -14
- package/src/types/boolean-logic/operators/HaveSameNumericSign.ts +0 -24
- package/src/types/boolean-logic/operators/IsAllCaps.ts +0 -23
- package/src/types/boolean-logic/operators/IsAllLowercase.ts +0 -22
- package/src/types/boolean-logic/operators/IsAny.ts +0 -10
- package/src/types/boolean-logic/operators/IsAnyEqual.ts +0 -14
- package/src/types/boolean-logic/operators/IsArray.ts +0 -12
- package/src/types/boolean-logic/operators/IsBoolean.ts +0 -13
- package/src/types/boolean-logic/operators/IsBooleanLiteral.ts +0 -20
- package/src/types/boolean-logic/operators/IsContainer.ts +0 -16
- package/src/types/boolean-logic/operators/IsCssHexadecimal.ts +0 -15
- package/src/types/boolean-logic/operators/IsDefined.ts +0 -6
- package/src/types/boolean-logic/operators/IsDotPath.ts +0 -55
- package/src/types/boolean-logic/operators/IsEmptyObject.ts +0 -19
- package/src/types/boolean-logic/operators/IsEmptyString.ts +0 -18
- package/src/types/boolean-logic/operators/IsEqual.ts +0 -23
- package/src/types/boolean-logic/operators/IsErrorCondition.ts +0 -19
- package/src/types/boolean-logic/operators/IsFalse.ts +0 -22
- package/src/types/boolean-logic/operators/IsFalsy.ts +0 -13
- package/src/types/boolean-logic/operators/IsFloat.ts +0 -24
- package/src/types/boolean-logic/operators/IsFnWithParams.ts +0 -37
- package/src/types/boolean-logic/operators/IsFunction.ts +0 -10
- package/src/types/boolean-logic/operators/IsGreaterThan.ts +0 -43
- package/src/types/boolean-logic/operators/IsInteger.ts +0 -18
- package/src/types/boolean-logic/operators/IsIterable.ts +0 -35
- package/src/types/boolean-logic/operators/IsLength.ts +0 -14
- package/src/types/boolean-logic/operators/IsLessThan.ts +0 -39
- package/src/types/boolean-logic/operators/IsLiteral.ts +0 -48
- package/src/types/boolean-logic/operators/IsLiteralFn.ts +0 -24
- package/src/types/boolean-logic/operators/IsLiteralUnion.ts +0 -21
- package/src/types/boolean-logic/operators/IsNarrowingFn.ts +0 -19
- package/src/types/boolean-logic/operators/IsNegativeNumber.ts +0 -23
- package/src/types/boolean-logic/operators/IsNever.ts +0 -10
- package/src/types/boolean-logic/operators/IsNonLiteralUnion.ts +0 -23
- package/src/types/boolean-logic/operators/IsNotEqual.ts +0 -7
- package/src/types/boolean-logic/operators/IsNothing.ts +0 -11
- package/src/types/boolean-logic/operators/IsNull.ts +0 -17
- package/src/types/boolean-logic/operators/IsNumber.ts +0 -14
- package/src/types/boolean-logic/operators/IsNumberLike.ts +0 -17
- package/src/types/boolean-logic/operators/IsNumericLiteral.ts +0 -14
- package/src/types/boolean-logic/operators/IsObject.ts +0 -23
- package/src/types/boolean-logic/operators/IsObjectLiteral.ts +0 -37
- package/src/types/boolean-logic/operators/IsOptionalScalar.ts +0 -28
- package/src/types/boolean-logic/operators/IsPositiveNumber.ts +0 -13
- package/src/types/boolean-logic/operators/IsReadonlyArray.ts +0 -14
- package/src/types/boolean-logic/operators/IsReadonlyObject.ts +0 -15
- package/src/types/boolean-logic/operators/IsScalar.ts +0 -25
- package/src/types/boolean-logic/operators/IsSingleChar.ts +0 -20
- package/src/types/boolean-logic/operators/IsSingularNoun.ts +0 -20
- package/src/types/boolean-logic/operators/IsString.ts +0 -16
- package/src/types/boolean-logic/operators/IsStringLiteral.ts +0 -16
- package/src/types/boolean-logic/operators/IsSymbol.ts +0 -8
- package/src/types/boolean-logic/operators/IsTrue.ts +0 -27
- package/src/types/boolean-logic/operators/IsTruthy.ts +0 -40
- package/src/types/boolean-logic/operators/IsTuple.ts +0 -27
- package/src/types/boolean-logic/operators/IsUndefined.ts +0 -9
- package/src/types/boolean-logic/operators/IsUnion.ts +0 -18
- package/src/types/boolean-logic/operators/IsUnionArray.ts +0 -17
- package/src/types/boolean-logic/operators/IsUnset.ts +0 -10
- package/src/types/boolean-logic/operators/IsUrl.ts +0 -65
- package/src/types/boolean-logic/operators/IsValidDotPath.ts +0 -42
- package/src/types/boolean-logic/operators/IsValidIndex.ts +0 -59
- package/src/types/boolean-logic/operators/IsVueRef.ts +0 -34
- package/src/types/boolean-logic/operators/IsWideType.ts +0 -116
- package/src/types/boolean-logic/operators/IsWideUnion.ts +0 -25
- package/src/types/boolean-logic/operators/MaybeError.ts +0 -32
- package/src/types/boolean-logic/operators/NarrowlyContains.ts +0 -23
- package/src/types/boolean-logic/operators/Network-operators.ts +0 -192
- package/src/types/boolean-logic/operators/NotEqual.ts +0 -11
- package/src/types/boolean-logic/operators/NotLength.ts +0 -12
- package/src/types/boolean-logic/operators/PhoneOperators.ts +0 -62
- package/src/types/boolean-logic/operators/README.md +0 -3
- package/src/types/boolean-logic/operators/Returns.ts +0 -16
- package/src/types/boolean-logic/operators/ReturnsBoolean.ts +0 -13
- package/src/types/boolean-logic/operators/ReturnsFalse.ts +0 -15
- package/src/types/boolean-logic/operators/ReturnsTrue.ts +0 -17
- package/src/types/boolean-logic/operators/SomeEqual.ts +0 -17
- package/src/types/boolean-logic/operators/SomeExtend.ts +0 -26
- package/src/types/boolean-logic/operators/StartsWith.ts +0 -54
- package/src/types/boolean-logic/operators/UnionHasArray.ts +0 -22
- package/src/types/boolean-logic/operators/Validate.ts +0 -54
- package/src/types/boolean-logic/operators/YouTube-operators.ts +0 -68
- package/src/types/boolean-logic/operators/index.ts +0 -103
- package/src/types/classes/Constructor.ts +0 -10
- package/src/types/classes/KlassMeta.ts +0 -28
- package/src/types/classes/index.ts +0 -2
- package/src/types/containers/IsEmptyContainer.ts +0 -21
- package/src/types/containers/IsNonEmptyContainer.ts +0 -15
- package/src/types/containers/RemoveEmpty.ts +0 -78
- package/src/types/containers/RemoveMarked.ts +0 -53
- package/src/types/containers/RemoveNever.ts +0 -69
- package/src/types/containers/RemoveUndefined.ts +0 -55
- package/src/types/containers/index.ts +0 -6
- package/src/types/dictionary/AddKeyValue.ts +0 -34
- package/src/types/dictionary/CamelKeys.ts +0 -42
- package/src/types/dictionary/CombinedKeys.ts +0 -21
- package/src/types/dictionary/CreateKV.ts +0 -30
- package/src/types/dictionary/CreateLookup.ts +0 -59
- package/src/types/dictionary/DefineObject.ts +0 -45
- package/src/types/dictionary/DictChangeValue.ts +0 -34
- package/src/types/dictionary/EnsureKeys.ts +0 -34
- package/src/types/dictionary/FilterProps.ts +0 -45
- package/src/types/dictionary/FromMaybeRef.ts +0 -13
- package/src/types/dictionary/Get.ts +0 -20
- package/src/types/dictionary/KebabKeys.ts +0 -42
- package/src/types/dictionary/Keys.ts +0 -171
- package/src/types/dictionary/KeysEqualValue.ts +0 -19
- package/src/types/dictionary/KeysNotEqualValue.ts +0 -20
- package/src/types/dictionary/KeysWithValue.ts +0 -51
- package/src/types/dictionary/KeysWithoutValue.ts +0 -18
- package/src/types/dictionary/KvFn.ts +0 -20
- package/src/types/dictionary/MakeKeysOptional.ts +0 -49
- package/src/types/dictionary/MakeKeysRequired.ts +0 -23
- package/src/types/dictionary/MakePropsMutable.ts +0 -51
- package/src/types/dictionary/MapTo.ts +0 -475
- package/src/types/dictionary/MaybeRef.ts +0 -17
- package/src/types/dictionary/MergeKVs.ts +0 -30
- package/src/types/dictionary/MutableProps.ts +0 -9
- package/src/types/dictionary/NonNumericKeys.ts +0 -8
- package/src/types/dictionary/NonStringKeys.ts +0 -15
- package/src/types/dictionary/OptionalKeys.ts +0 -36
- package/src/types/dictionary/OptionalProps.ts +0 -11
- package/src/types/dictionary/PascalKeys.ts +0 -42
- package/src/types/dictionary/ReadonlyKeys.ts +0 -19
- package/src/types/dictionary/ReadonlyProps.ts +0 -9
- package/src/types/dictionary/RemoveIndexKeys.ts +0 -22
- package/src/types/dictionary/RequireProps.ts +0 -15
- package/src/types/dictionary/RequiredKeys.ts +0 -27
- package/src/types/dictionary/RequiredProps.ts +0 -8
- package/src/types/dictionary/RetainProps.ts +0 -45
- package/src/types/dictionary/SharedKeys.ts +0 -21
- package/src/types/dictionary/SimplifyObject.ts +0 -11
- package/src/types/dictionary/SnakeKeys.ts +0 -42
- package/src/types/dictionary/StringKeys.ts +0 -8
- package/src/types/dictionary/TakeProp.ts +0 -16
- package/src/types/dictionary/UpsertKeyValue.ts +0 -29
- package/src/types/dictionary/ValidKey.ts +0 -16
- package/src/types/dictionary/Values.ts +0 -47
- package/src/types/dictionary/WithKeys.ts +0 -42
- package/src/types/dictionary/WithNumericKeys.ts +0 -8
- package/src/types/dictionary/WithStringKeys.ts +0 -9
- package/src/types/dictionary/WithValue.ts +0 -42
- package/src/types/dictionary/WithoutKeys.ts +0 -40
- package/src/types/dictionary/WithoutValue.ts +0 -20
- package/src/types/dictionary/index.ts +0 -64
- package/src/types/errors/AsError.ts +0 -110
- package/src/types/errors/CompleteError.ts +0 -80
- package/src/types/errors/ErrorCondition.ts +0 -126
- package/src/types/errors/ErrorConditionHandler.ts +0 -10
- package/src/types/errors/KindError.ts +0 -49
- package/src/types/errors/MapError.ts +0 -29
- package/src/types/errors/PartialError.ts +0 -25
- package/src/types/errors/ProxyError.ts +0 -45
- package/src/types/errors/StackTrace.ts +0 -14
- package/src/types/errors/Throw.ts +0 -58
- package/src/types/errors/index.ts +0 -10
- package/src/types/functional/Left.ts +0 -8
- package/src/types/functional/Option.ts +0 -0
- package/src/types/functional/Result.ts +0 -327
- package/src/types/functional/Right.ts +0 -8
- package/src/types/functional/index.ts +0 -3
- package/src/types/functions/AsFnMeta.ts +0 -32
- package/src/types/functions/FnFrom.ts +0 -14
- package/src/types/functions/FnMeta.ts +0 -36
- package/src/types/functions/FnProps.ts +0 -26
- package/src/types/functions/FnWithDescription.ts +0 -19
- package/src/types/functions/FnWithProps.ts +0 -26
- package/src/types/functions/HandleDoneFn.ts +0 -12
- package/src/types/functions/IdentityFn.ts +0 -20
- package/src/types/functions/LiteralFn.ts +0 -53
- package/src/types/functions/LogicFunction.ts +0 -11
- package/src/types/functions/NarrowingFn.ts +0 -73
- package/src/types/functions/OnlyFnProps.ts +0 -11
- package/src/types/functions/PromiseAll.ts +0 -13
- package/src/types/functions/RemoveFnProps.ts +0 -11
- package/src/types/functions/ToFn.ts +0 -22
- package/src/types/functions/TypeGuard.ts +0 -9
- package/src/types/functions/WrapperFn.ts +0 -40
- package/src/types/functions/index.ts +0 -28
- package/src/types/index.ts +0 -26
- package/src/types/kv/DictFromKv.ts +0 -3
- package/src/types/kv/KeyValue.ts +0 -12
- package/src/types/kv/KvFrom.ts +0 -8
- package/src/types/kv/KvTuple.ts +0 -14
- package/src/types/kv/index.ts +0 -15
- package/src/types/lists/AfterFirst.ts +0 -15
- package/src/types/lists/AllowNonTupleWhenSingular.ts +0 -18
- package/src/types/lists/ArrayElementType.ts +0 -17
- package/src/types/lists/AsArray.ts +0 -24
- package/src/types/lists/AsNumericArray.ts +0 -21
- package/src/types/lists/AsReadonlyArray.ts +0 -3
- package/src/types/lists/AsTuple.ts +0 -16
- package/src/types/lists/BeforeLast.ts +0 -34
- package/src/types/lists/ConvertAndMap.ts +0 -138
- package/src/types/lists/ConvertSet.ts +0 -44
- package/src/types/lists/ElementOf.ts +0 -7
- package/src/types/lists/Filter.ts +0 -86
- package/src/types/lists/FilterByProp.ts +0 -87
- package/src/types/lists/FilterLiterals.ts +0 -29
- package/src/types/lists/FilterWideTypes.ts +0 -24
- package/src/types/lists/Find.ts +0 -52
- package/src/types/lists/First.ts +0 -21
- package/src/types/lists/FirstOrElse.ts +0 -15
- package/src/types/lists/FirstString.ts +0 -7
- package/src/types/lists/Flatten.ts +0 -149
- package/src/types/lists/GetEach.ts +0 -62
- package/src/types/lists/IndexOf.ts +0 -151
- package/src/types/lists/Intersect.ts +0 -19
- package/src/types/lists/IntersectAll.ts +0 -26
- package/src/types/lists/Last.ts +0 -29
- package/src/types/lists/Length.ts +0 -65
- package/src/types/lists/LogicalReturns.ts +0 -30
- package/src/types/lists/MaxLength.ts +0 -44
- package/src/types/lists/NumericKeys.ts +0 -55
- package/src/types/lists/NumericSort.ts +0 -183
- package/src/types/lists/Pop.ts +0 -39
- package/src/types/lists/Push.ts +0 -25
- package/src/types/lists/ReplaceLast.ts +0 -14
- package/src/types/lists/Retain.ts +0 -81
- package/src/types/lists/RetainByProp.ts +0 -105
- package/src/types/lists/RetainLiterals.ts +0 -30
- package/src/types/lists/RetainWideTypes.ts +0 -31
- package/src/types/lists/ReturnTypes.ts +0 -20
- package/src/types/lists/Reverse.ts +0 -14
- package/src/types/lists/Second.ts +0 -22
- package/src/types/lists/Shift.ts +0 -50
- package/src/types/lists/Slice.ts +0 -133
- package/src/types/lists/TakeFirst.ts +0 -67
- package/src/types/lists/TakeLast.ts +0 -31
- package/src/types/lists/ToCSV.ts +0 -29
- package/src/types/lists/TruthyReturns.ts +0 -23
- package/src/types/lists/UnionFromProp.ts +0 -26
- package/src/types/lists/index.ts +0 -61
- package/src/types/literals/BooleanLike.ts +0 -9
- package/src/types/literals/Box.ts +0 -20
- package/src/types/literals/Choices.ts +0 -251
- package/src/types/literals/Color.ts +0 -54
- package/src/types/literals/ContainerBlockKey.ts +0 -22
- package/src/types/literals/ContainerKeyGuarantee.ts +0 -26
- package/src/types/literals/DoneFnTuple.ts +0 -31
- package/src/types/literals/ExpandRecursively.ts +0 -68
- package/src/types/literals/FromDefn.ts +0 -151
- package/src/types/literals/FromTokenNames.ts +0 -81
- package/src/types/literals/Narrow.ts +0 -10
- package/src/types/literals/Narrowable.ts +0 -9
- package/src/types/literals/NarrowableDefined.ts +0 -11
- package/src/types/literals/NarrowableScalar.ts +0 -14
- package/src/types/literals/OptRequired.ts +0 -4
- package/src/types/literals/RuntimeUnion.ts +0 -16
- package/src/types/literals/Unset.ts +0 -14
- package/src/types/literals/VueComputedRef.ts +0 -41
- package/src/types/literals/VueRef.ts +0 -23
- package/src/types/literals/index.ts +0 -19
- package/src/types/numeric-literals/Abs.ts +0 -31
- package/src/types/numeric-literals/AbsMaybe.ts +0 -21
- package/src/types/numeric-literals/Add.ts +0 -179
- package/src/types/numeric-literals/AsNegativeNumber.ts +0 -32
- package/src/types/numeric-literals/AsNumberWhenPossible.ts +0 -41
- package/src/types/numeric-literals/CSV.ts +0 -164
- package/src/types/numeric-literals/Decrement.ts +0 -21
- package/src/types/numeric-literals/Delta.ts +0 -70
- package/src/types/numeric-literals/Digit.ts +0 -10
- package/src/types/numeric-literals/DigitNonZero.ts +0 -8
- package/src/types/numeric-literals/Digitize.ts +0 -42
- package/src/types/numeric-literals/Increment.ts +0 -26
- package/src/types/numeric-literals/InvertNumericSign.ts +0 -18
- package/src/types/numeric-literals/LessThan.ts +0 -23
- package/src/types/numeric-literals/LessThanOrEqual.ts +0 -24
- package/src/types/numeric-literals/Negative.ts +0 -12
- package/src/types/numeric-literals/NextDigit.ts +0 -35
- package/src/types/numeric-literals/NumberLike.ts +0 -7
- package/src/types/numeric-literals/NumericRange.ts +0 -17
- package/src/types/numeric-literals/PriorDigit.ts +0 -35
- package/src/types/numeric-literals/Subtract.ts +0 -84
- package/src/types/numeric-literals/ToInteger.ts +0 -45
- package/src/types/numeric-literals/ToNumericArray.ts +0 -27
- package/src/types/numeric-literals/Zero.ts +0 -8
- package/src/types/numeric-literals/index.ts +0 -24
- package/src/types/queues/FifoQueue.ts +0 -39
- package/src/types/queues/LifoQueue.ts +0 -39
- package/src/types/queues/index.ts +0 -3
- package/src/types/runtime-types/AsType.ts +0 -65
- package/src/types/runtime-types/Dict.ts +0 -79
- package/src/types/runtime-types/FromLiteralTokens.ts +0 -56
- package/src/types/runtime-types/Rec.ts +0 -18
- package/src/types/runtime-types/Shape.ts +0 -384
- package/src/types/runtime-types/SimpleType.ts +0 -168
- package/src/types/runtime-types/StringLiteralToken.ts +0 -43
- package/src/types/runtime-types/TokenizeStringLiteral.ts +0 -65
- package/src/types/runtime-types/Type.ts +0 -381
- package/src/types/runtime-types/TypeOf.ts +0 -76
- package/src/types/runtime-types/TypeToken.ts +0 -384
- package/src/types/runtime-types/TypeTuple.ts +0 -22
- package/src/types/runtime-types/index.ts +0 -12
- package/src/types/sets/IntersectingKeys.ts +0 -17
- package/src/types/sets/Intersection.ts +0 -151
- package/src/types/sets/Relate.ts +0 -20
- package/src/types/sets/SetCandidate.ts +0 -9
- package/src/types/sets/Unique.ts +0 -87
- package/src/types/sets/UniqueKeys.ts +0 -36
- package/src/types/sets/UniqueKeysUnion.ts +0 -27
- package/src/types/sets/UniqueKv.ts +0 -17
- package/src/types/sets/index.ts +0 -9
- package/src/types/string-literals/AfterFirstChar.ts +0 -34
- package/src/types/string-literals/Cardinality.ts +0 -82
- package/src/types/string-literals/Chars.ts +0 -27
- package/src/types/string-literals/Concat.ts +0 -45
- package/src/types/string-literals/Date.ts +0 -156
- package/src/types/string-literals/DateTime.ts +0 -56
- package/src/types/string-literals/EmptyString.ts +0 -7
- package/src/types/string-literals/EmptyStringOr.ts +0 -12
- package/src/types/string-literals/EnsureLeading.ts +0 -70
- package/src/types/string-literals/EnsureLeadingEvery.ts +0 -22
- package/src/types/string-literals/EnsureSurround.ts +0 -17
- package/src/types/string-literals/EnsureTrailing.ts +0 -60
- package/src/types/string-literals/FindIndex.ts +0 -174
- package/src/types/string-literals/FirstChar.ts +0 -33
- package/src/types/string-literals/HasUppercase.ts +0 -16
- package/src/types/string-literals/IsCapitalized.ts +0 -18
- package/src/types/string-literals/Join.ts +0 -64
- package/src/types/string-literals/LastChar.ts +0 -35
- package/src/types/string-literals/PathJoin.ts +0 -55
- package/src/types/string-literals/Pluralize.ts +0 -107
- package/src/types/string-literals/Prepend.ts +0 -17
- package/src/types/string-literals/PrependAll.ts +0 -18
- package/src/types/string-literals/Proxmox.ts +0 -6
- package/src/types/string-literals/Repeat.ts +0 -14
- package/src/types/string-literals/RetainAfter.ts +0 -68
- package/src/types/string-literals/RetainUntil.ts +0 -69
- package/src/types/string-literals/Split.ts +0 -113
- package/src/types/string-literals/StrLen.ts +0 -17
- package/src/types/string-literals/StripAfter.ts +0 -24
- package/src/types/string-literals/StripBefore.ts +0 -24
- package/src/types/string-literals/StripLeading.ts +0 -48
- package/src/types/string-literals/StripSurround.ts +0 -34
- package/src/types/string-literals/StripTrailing.ts +0 -51
- package/src/types/string-literals/StripUntil.ts +0 -56
- package/src/types/string-literals/Suggest.ts +0 -52
- package/src/types/string-literals/Surround.ts +0 -48
- package/src/types/string-literals/Time.ts +0 -333
- package/src/types/string-literals/Truncate.ts +0 -59
- package/src/types/string-literals/UnderlyingType.ts +0 -29
- package/src/types/string-literals/casing/AllCaps.ts +0 -24
- package/src/types/string-literals/casing/CamelCase.ts +0 -32
- package/src/types/string-literals/casing/CapFirstAlpha.ts +0 -22
- package/src/types/string-literals/casing/CapitalizeWords.ts +0 -8
- package/src/types/string-literals/casing/DashToSnake.ts +0 -3
- package/src/types/string-literals/casing/DashUppercase.ts +0 -23
- package/src/types/string-literals/casing/KebabCase.ts +0 -48
- package/src/types/string-literals/casing/LowerAllCaps.ts +0 -17
- package/src/types/string-literals/casing/NamingConvention.ts +0 -14
- package/src/types/string-literals/casing/PascalCase.ts +0 -28
- package/src/types/string-literals/casing/RaiseAllLowercase.ts +0 -12
- package/src/types/string-literals/casing/SnakeCase.ts +0 -60
- package/src/types/string-literals/casing/index.ts +0 -12
- package/src/types/string-literals/character-sets/Alpha.ts +0 -19
- package/src/types/string-literals/character-sets/AlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/AlphaNumeric.ts +0 -31
- package/src/types/string-literals/character-sets/BCP.ts +0 -37
- package/src/types/string-literals/character-sets/CSV.ts +0 -26
- package/src/types/string-literals/character-sets/CarriageReturn.ts +0 -22
- package/src/types/string-literals/character-sets/Consonants.ts +0 -19
- package/src/types/string-literals/character-sets/Country.ts +0 -217
- package/src/types/string-literals/character-sets/DomainName.ts +0 -56
- package/src/types/string-literals/character-sets/DotPathFor.ts +0 -46
- package/src/types/string-literals/character-sets/Hexadecimal.ts +0 -27
- package/src/types/string-literals/character-sets/Indent.ts +0 -37
- package/src/types/string-literals/character-sets/InlineSvg.ts +0 -8
- package/src/types/string-literals/character-sets/IpAddress.ts +0 -161
- package/src/types/string-literals/character-sets/LowerAlpha.ts +0 -19
- package/src/types/string-literals/character-sets/LowerAlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/NonAlpha.ts +0 -7
- package/src/types/string-literals/character-sets/NumericChar.ts +0 -33
- package/src/types/string-literals/character-sets/Optional.ts +0 -48
- package/src/types/string-literals/character-sets/OptionalSpace.ts +0 -22
- package/src/types/string-literals/character-sets/PlusMinus.ts +0 -1
- package/src/types/string-literals/character-sets/Punctuation.ts +0 -9
- package/src/types/string-literals/character-sets/Repos.ts +0 -54
- package/src/types/string-literals/character-sets/SingularNoun.ts +0 -37
- package/src/types/string-literals/character-sets/SpecialChar.ts +0 -5
- package/src/types/string-literals/character-sets/StringDelimiter.ts +0 -5
- package/src/types/string-literals/character-sets/UpperAlphaChar.ts +0 -10
- package/src/types/string-literals/character-sets/ValueAtDotPath.ts +0 -61
- package/src/types/string-literals/character-sets/Variable.ts +0 -20
- package/src/types/string-literals/character-sets/Whitespace.ts +0 -19
- package/src/types/string-literals/character-sets/YouTube.ts +0 -238
- package/src/types/string-literals/character-sets/brackets/Brackets.ts +0 -7
- package/src/types/string-literals/character-sets/brackets/ClosingBracket.ts +0 -4
- package/src/types/string-literals/character-sets/brackets/OpeningBracket.ts +0 -4
- package/src/types/string-literals/character-sets/brackets/index.ts +0 -3
- package/src/types/string-literals/character-sets/css/color.ts +0 -98
- package/src/types/string-literals/character-sets/css/display-position.ts +0 -42
- package/src/types/string-literals/character-sets/css/global.ts +0 -4
- package/src/types/string-literals/character-sets/css/html-element.ts +0 -195
- package/src/types/string-literals/character-sets/css/index.ts +0 -11
- package/src/types/string-literals/character-sets/css/object.ts +0 -54
- package/src/types/string-literals/character-sets/css/overflow.ts +0 -55
- package/src/types/string-literals/character-sets/css/property.ts +0 -36
- package/src/types/string-literals/character-sets/css/props.ts +0 -115
- package/src/types/string-literals/character-sets/css/pseudo-classes.ts +0 -169
- package/src/types/string-literals/character-sets/css/selector.ts +0 -51
- package/src/types/string-literals/character-sets/css/sizing.ts +0 -35
- package/src/types/string-literals/character-sets/images/Exif.ts +0 -581
- package/src/types/string-literals/character-sets/images/ImgFormat.ts +0 -30
- package/src/types/string-literals/character-sets/images/index.ts +0 -2
- package/src/types/string-literals/character-sets/index.ts +0 -39
- package/src/types/string-literals/character-sets/phone/CountryPhoneNumber.ts +0 -20
- package/src/types/string-literals/character-sets/phone/DialCountryCode.ts +0 -10
- package/src/types/string-literals/character-sets/phone/GetPhoneCountryCode.ts +0 -29
- package/src/types/string-literals/character-sets/phone/GetPhoneNumberType.ts +0 -39
- package/src/types/string-literals/character-sets/phone/InternationalPhoneNumber.ts +0 -19
- package/src/types/string-literals/character-sets/phone/LocalPhoneNumber.ts +0 -14
- package/src/types/string-literals/character-sets/phone/PhoneAreaCode.ts +0 -7
- package/src/types/string-literals/character-sets/phone/PhoneCountryCode.ts +0 -14
- package/src/types/string-literals/character-sets/phone/PhoneNumber.ts +0 -112
- package/src/types/string-literals/character-sets/phone/PhoneNumberDelimiter.ts +0 -5
- package/src/types/string-literals/character-sets/phone/PhoneShortCode.ts +0 -37
- package/src/types/string-literals/character-sets/phone/RawPhoneNumber.ts +0 -88
- package/src/types/string-literals/character-sets/phone/RemovePhoneCountryCode.ts +0 -38
- package/src/types/string-literals/character-sets/phone/ToPhoneFormat.ts +0 -44
- package/src/types/string-literals/character-sets/phone/index.ts +0 -14
- package/src/types/string-literals/character-sets/phone.ts +0 -7
- package/src/types/string-literals/character-sets/quotation-marks/ClosingMark.ts +0 -20
- package/src/types/string-literals/character-sets/quotation-marks/OpeningMark.ts +0 -20
- package/src/types/string-literals/character-sets/quotation-marks/QuotationMark.ts +0 -33
- package/src/types/string-literals/character-sets/quotation-marks/SmartMark.ts +0 -28
- package/src/types/string-literals/character-sets/quotation-marks/StandardMark.ts +0 -22
- package/src/types/string-literals/character-sets/quotation-marks/index.ts +0 -6
- package/src/types/string-literals/character-sets/quotation-marks/individual-smart-marks.ts +0 -77
- package/src/types/string-literals/character-sets/tw/TwColor.ts +0 -138
- package/src/types/string-literals/character-sets/tw/index.ts +0 -1
- package/src/types/string-literals/character-sets/urls/Github.ts +0 -163
- package/src/types/string-literals/character-sets/urls/Social.ts +0 -43
- package/src/types/string-literals/character-sets/urls/Url.ts +0 -428
- package/src/types/string-literals/character-sets/urls/bitbucket.ts +0 -71
- package/src/types/string-literals/character-sets/urls/book-urls.ts +0 -8
- package/src/types/string-literals/character-sets/urls/index.ts +0 -6
- package/src/types/string-literals/character-sets/urls/news/australian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/belgian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/canadian.ts +0 -27
- package/src/types/string-literals/character-sets/urls/news/chinese.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/danish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/dutch.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/french.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/german.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/index.ts +0 -63
- package/src/types/string-literals/character-sets/urls/news/indian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/italian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/japanese.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/mexican.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/norwegian.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/south-korean.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/spanish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/swiss.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/turkish.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/uk.ts +0 -26
- package/src/types/string-literals/character-sets/urls/news/us.ts +0 -26
- package/src/types/string-literals/character-sets/urls/retail.ts +0 -59
- package/src/types/string-literals/geo/index.ts +0 -2
- package/src/types/string-literals/geo/state.ts +0 -63
- package/src/types/string-literals/geo/zip.ts +0 -34
- package/src/types/string-literals/index.ts +0 -56
- package/src/types/string-literals/metrics/acceleration.ts +0 -34
- package/src/types/string-literals/metrics/area.ts +0 -34
- package/src/types/string-literals/metrics/current.ts +0 -34
- package/src/types/string-literals/metrics/distance.ts +0 -33
- package/src/types/string-literals/metrics/energy.ts +0 -34
- package/src/types/string-literals/metrics/frequency.ts +0 -34
- package/src/types/string-literals/metrics/global.ts +0 -63
- package/src/types/string-literals/metrics/index.ts +0 -17
- package/src/types/string-literals/metrics/luminosity.ts +0 -34
- package/src/types/string-literals/metrics/mass.ts +0 -34
- package/src/types/string-literals/metrics/power.ts +0 -34
- package/src/types/string-literals/metrics/pressure.ts +0 -34
- package/src/types/string-literals/metrics/resistance.ts +0 -34
- package/src/types/string-literals/metrics/speed.ts +0 -31
- package/src/types/string-literals/metrics/temperature.ts +0 -34
- package/src/types/string-literals/metrics/time.ts +0 -34
- package/src/types/string-literals/metrics/voltage.ts +0 -34
- package/src/types/string-literals/metrics/volume.ts +0 -34
- package/src/types/string-literals/options/DropChars.ts +0 -47
- package/src/types/string-literals/options/TypeRequired.ts +0 -8
- package/src/types/string-literals/options/TypeStrength.ts +0 -9
- package/src/types/string-literals/options/index.ts +0 -3
- package/src/types/tsconfig.json +0 -51
- package/src/types/tuples/DictArray.ts +0 -21
- package/src/types/tuples/FirstKey.ts +0 -16
- package/src/types/tuples/FirstKeyValue.ts +0 -10
- package/src/types/tuples/FirstOfEach.ts +0 -16
- package/src/types/tuples/FixedLengthArray.ts +0 -28
- package/src/types/tuples/FromDictArray.ts +0 -13
- package/src/types/tuples/LastCharOfSome.ts +0 -0
- package/src/types/tuples/LastOfEach.ts +0 -21
- package/src/types/tuples/SecondOfEach.ts +0 -13
- package/src/types/tuples/index.ts +0 -19
- package/src/types/type-conversion/AsBoolean.ts +0 -16
- package/src/types/type-conversion/AsContainer.ts +0 -17
- package/src/types/type-conversion/AsDefined.ts +0 -8
- package/src/types/type-conversion/AsDictionary.ts +0 -5
- package/src/types/type-conversion/AsFunction.ts +0 -14
- package/src/types/type-conversion/AsNonNull.ts +0 -38
- package/src/types/type-conversion/AsNumber.ts +0 -29
- package/src/types/type-conversion/AsObject.ts +0 -6
- package/src/types/type-conversion/AsObjectKeys.ts +0 -21
- package/src/types/type-conversion/AsPropertyKey.ts +0 -11
- package/src/types/type-conversion/AsRecord.ts +0 -21
- package/src/types/type-conversion/AsRef.ts +0 -5
- package/src/types/type-conversion/AsString.ts +0 -28
- package/src/types/type-conversion/AsStringUnion.ts +0 -49
- package/src/types/type-conversion/Awaited.ts +0 -11
- package/src/types/type-conversion/Break.ts +0 -24
- package/src/types/type-conversion/IntersectWithAll.ts +0 -21
- package/src/types/type-conversion/JSON.ts +0 -40
- package/src/types/type-conversion/LeftWhitespace.ts +0 -19
- package/src/types/type-conversion/Merge.ts +0 -124
- package/src/types/type-conversion/MergeObjects.ts +0 -56
- package/src/types/type-conversion/Mutable.ts +0 -46
- package/src/types/type-conversion/ObjectToKvDict.ts +0 -21
- package/src/types/type-conversion/ReduceValues.ts +0 -32
- package/src/types/type-conversion/RemoveFromEnd.ts +0 -14
- package/src/types/type-conversion/RemoveFromStart.ts +0 -14
- package/src/types/type-conversion/RemoveIndex.ts +0 -27
- package/src/types/type-conversion/Replace.ts +0 -28
- package/src/types/type-conversion/ReplaceAll.ts +0 -87
- package/src/types/type-conversion/RetainChars.ts +0 -35
- package/src/types/type-conversion/ReturnValues.ts +0 -31
- package/src/types/type-conversion/RightWhitespace.ts +0 -13
- package/src/types/type-conversion/StringLength.ts +0 -34
- package/src/types/type-conversion/StringLiteralFromTuple.ts +0 -38
- package/src/types/type-conversion/StripChars.ts +0 -44
- package/src/types/type-conversion/ToBoolean.ts +0 -47
- package/src/types/type-conversion/ToContainer.ts +0 -41
- package/src/types/type-conversion/ToJsonValue.ts +0 -76
- package/src/types/type-conversion/ToNumber.ts +0 -54
- package/src/types/type-conversion/ToString.ts +0 -43
- package/src/types/type-conversion/ToStringArray.ts +0 -15
- package/src/types/type-conversion/ToUnion.ts +0 -11
- package/src/types/type-conversion/Trim.ts +0 -28
- package/src/types/type-conversion/TrimLeft.ts +0 -14
- package/src/types/type-conversion/TrimRight.ts +0 -14
- package/src/types/type-conversion/TupleToUnion.ts +0 -19
- package/src/types/type-conversion/UnionArrayToTuple.ts +0 -29
- package/src/types/type-conversion/UnionFilter.ts +0 -116
- package/src/types/type-conversion/UnionShift.ts +0 -30
- package/src/types/type-conversion/UnionToIntersection.ts +0 -10
- package/src/types/type-conversion/UnionToTuple.ts +0 -31
- package/src/types/type-conversion/UnionWithAll.ts +0 -18
- package/src/types/type-conversion/ValueOrReturnValue.ts +0 -28
- package/src/types/type-conversion/Widen.ts +0 -244
- package/src/types/type-conversion/WidenValues.ts +0 -37
- package/src/types/type-conversion/WithDefault.ts +0 -31
- package/src/types/type-conversion/form-fields.ts +0 -10
- package/src/types/type-conversion/index.ts +0 -71
package/src/constants/News.ts
DELETED
|
@@ -1,441 +0,0 @@
|
|
|
1
|
-
export const US_NEWS = [
|
|
2
|
-
{ company: "New York Times", baseUrls: ["www.nytimes.com"] },
|
|
3
|
-
{ company: "CNN", baseUrls: ["www.cnn.com"] },
|
|
4
|
-
{ company: "Fox News", baseUrls: ["www.foxnews.com"] },
|
|
5
|
-
{ company: "NBC News", baseUrls: ["www.nbcnews.com", "www.msnbc.com"] },
|
|
6
|
-
{ company: "ABC News", baseUrls: ["abcnews.go.com"] },
|
|
7
|
-
{ company: "The Washington Post", baseUrls: ["www.washingtonpost.com"] },
|
|
8
|
-
{ company: "USA Today", baseUrls: ["www.usatoday.com"] },
|
|
9
|
-
{ company: "Bloomberg", baseUrls: ["www.bloomberg.com"] },
|
|
10
|
-
{ company: "NPR", baseUrls: ["www.npr.org"] },
|
|
11
|
-
{ company: "CBS News", baseUrls: ["www.cbsnews.com"] },
|
|
12
|
-
{ company: "The Wall Street Journal", baseUrls: ["www.wsj.com"] },
|
|
13
|
-
{ company: "Associated Press (AP)", baseUrls: ["www.apnews.com", "www.ap.org"] },
|
|
14
|
-
{ company: "Reuters", baseUrls: ["www.reuters.com"] },
|
|
15
|
-
{ company: "Newsweek", baseUrls: ["www.newsweek.com"] },
|
|
16
|
-
{ company: "Politico", baseUrls: ["www.politico.com"] },
|
|
17
|
-
{ company: "The Atlantic", baseUrls: ["www.theatlantic.com"] },
|
|
18
|
-
{ company: "Nexstar Media Group", baseUrls: ["www.nexstar.tv"] },
|
|
19
|
-
{ company: "PBS News", baseUrls: ["www.pbs.org"] },
|
|
20
|
-
{ company: "HuffPost", baseUrls: ["www.huffpost.com"] },
|
|
21
|
-
{ company: "The Boston Globe", baseUrls: ["www.bostonglobe.com"] }
|
|
22
|
-
] as const;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
export const UK_NEWS = [
|
|
26
|
-
{ company: "BBC", baseUrls: ["www.bbc.co.uk", "www.bbc.com"] },
|
|
27
|
-
{ company: "The Guardian", baseUrls: ["www.theguardian.com/uk"] },
|
|
28
|
-
{ company: "The Daily Mail", baseUrls: ["www.dailymail.co.uk"] },
|
|
29
|
-
{ company: "The Sun", baseUrls: ["www.thesun.co.uk"] },
|
|
30
|
-
{ company: "The Times", baseUrls: ["www.thetimes.co.uk"] },
|
|
31
|
-
{ company: "Sky News", baseUrls: ["news.sky.com"] },
|
|
32
|
-
{ company: "The Telegraph", baseUrls: ["www.telegraph.co.uk"] },
|
|
33
|
-
{ company: "ITV News", baseUrls: ["www.itv.com/news"] },
|
|
34
|
-
{ company: "Financial Times", baseUrls: ["www.ft.com"] },
|
|
35
|
-
{ company: "Metro", baseUrls: ["www.metro.co.uk"] },
|
|
36
|
-
{ company: "The Independent", baseUrls: ["www.independent.co.uk"] },
|
|
37
|
-
{ company: "Evening Standard", baseUrls: ["www.standard.co.uk"] },
|
|
38
|
-
{ company: "Daily Mirror", baseUrls: ["www.mirror.co.uk"] },
|
|
39
|
-
{ company: "Channel 4 News", baseUrls: ["www.channel4.com/news"] },
|
|
40
|
-
{ company: "LBC", baseUrls: ["www.lbc.co.uk"] },
|
|
41
|
-
{ company: "Daily Express", baseUrls: ["www.express.co.uk"] },
|
|
42
|
-
{ company: "Birmingham Mail", baseUrls: ["www.birminghammail.co.uk"] },
|
|
43
|
-
{ company: "Manchester Evening News", baseUrls: ["www.manchestereveningnews.co.uk"] },
|
|
44
|
-
{ company: "The Scotsman", baseUrls: ["www.scotsman.com"] },
|
|
45
|
-
{ company: "Daily Record", baseUrls: ["www.dailyrecord.co.uk"] }
|
|
46
|
-
] as const;
|
|
47
|
-
|
|
48
|
-
export const GERMAN_NEWS = [
|
|
49
|
-
{ company: "BILD", baseUrls: ["www.bild.de"] },
|
|
50
|
-
{ company: "Die Zeit", baseUrls: ["www.zeit.de"] },
|
|
51
|
-
{ company: "Frankfurter Allgemeine Zeitung", baseUrls: ["www.faz.net"] },
|
|
52
|
-
{ company: "Süddeutsche Zeitung", baseUrls: ["www.sueddeutsche.de"] },
|
|
53
|
-
{ company: "Der Spiegel", baseUrls: ["www.spiegel.de"] },
|
|
54
|
-
{ company: "Die Welt", baseUrls: ["www.welt.de"] },
|
|
55
|
-
{ company: "Tagesschau", baseUrls: ["www.tagesschau.de"] },
|
|
56
|
-
{ company: "t-online", baseUrls: ["www.t-online.de"] },
|
|
57
|
-
{ company: "n-tv", baseUrls: ["www.n-tv.de"] },
|
|
58
|
-
{ company: "Handelsblatt", baseUrls: ["www.handelsblatt.com"] },
|
|
59
|
-
{ company: "Focus Online", baseUrls: ["www.focus.de"] },
|
|
60
|
-
{ company: "Frankfurter Rundschau", baseUrls: ["www.fr.de", "www.fr-online.de"] },
|
|
61
|
-
{ company: "taz - die tageszeitung", baseUrls: ["www.taz.de"] },
|
|
62
|
-
{ company: "Der Tagesspiegel", baseUrls: ["www.tagesspiegel.de"] },
|
|
63
|
-
{ company: "Rheinische Post", baseUrls: ["www.rp-online.de"] },
|
|
64
|
-
{ company: "Express", baseUrls: ["www.express.de"] },
|
|
65
|
-
{ company: "Münchner Merkur", baseUrls: ["www.merkur.de"] },
|
|
66
|
-
{ company: "Stuttgarter Zeitung", baseUrls: ["www.stuttgarter-zeitung.de"] },
|
|
67
|
-
{ company: "Hamburger Abendblatt", baseUrls: ["www.abendblatt.de"] },
|
|
68
|
-
{ company: "Deutsche Welle", baseUrls: ["www.dw.com"] }
|
|
69
|
-
] as const;
|
|
70
|
-
|
|
71
|
-
export const FRENCH_NEWS = [
|
|
72
|
-
{ company: "Le Figaro", baseUrls: ["www.lefigaro.fr"] },
|
|
73
|
-
{ company: "Le Monde", baseUrls: ["www.lemonde.fr"] },
|
|
74
|
-
{ company: "France 24", baseUrls: ["www.france24.com"] },
|
|
75
|
-
{ company: "Libération", baseUrls: ["www.liberation.fr"] },
|
|
76
|
-
{ company: "Les Echos", baseUrls: ["www.lesechos.fr"] },
|
|
77
|
-
{ company: "Ouest-France", baseUrls: ["www.ouest-france.fr"] },
|
|
78
|
-
{ company: "Le Parisien", baseUrls: ["www.leparisien.fr"] },
|
|
79
|
-
{ company: "Mediapart", baseUrls: ["www.mediapart.fr"] },
|
|
80
|
-
{ company: "L'Express", baseUrls: ["www.lexpress.fr"] },
|
|
81
|
-
{ company: "La Croix", baseUrls: ["www.la-croix.com"] },
|
|
82
|
-
{ company: "20 Minutes", baseUrls: ["www.20minutes.fr"] },
|
|
83
|
-
{ company: "Courrier International", baseUrls: ["www.courrierinternational.com"] },
|
|
84
|
-
{ company: "Le Point", baseUrls: ["www.lepoint.fr"] },
|
|
85
|
-
{ company: "Marianne", baseUrls: ["www.marianne.net"] },
|
|
86
|
-
{ company: "BFM TV", baseUrls: ["www.bfmtv.com"] },
|
|
87
|
-
{ company: "RTL France", baseUrls: ["www.rtl.fr"] },
|
|
88
|
-
{ company: "Charlie Hebdo", baseUrls: ["www.charliehebdo.fr"] },
|
|
89
|
-
{ company: "Challenges", baseUrls: ["www.challenges.fr"] },
|
|
90
|
-
{ company: "Télérama", baseUrls: ["www.telerama.fr"] },
|
|
91
|
-
{ company: "L'Obs", baseUrls: ["www.nouvelobs.com"] }
|
|
92
|
-
] as const;
|
|
93
|
-
|
|
94
|
-
export const CANADIAN_NEWS = [
|
|
95
|
-
{ company: "CBC News", baseUrls: ["www.cbc.ca"] },
|
|
96
|
-
{ company: "CTV News", baseUrls: ["www.ctvnews.ca"] },
|
|
97
|
-
{ company: "The Globe and Mail", baseUrls: ["www.theglobeandmail.com"] },
|
|
98
|
-
{ company: "Global News", baseUrls: ["www.globalnews.ca"] },
|
|
99
|
-
{ company: "Toronto Star", baseUrls: ["www.thestar.com"] },
|
|
100
|
-
{ company: "National Post", baseUrls: ["www.nationalpost.com"] },
|
|
101
|
-
{ company: "La Presse", baseUrls: ["www.lapresse.ca"] },
|
|
102
|
-
{ company: "Radio-Canada", baseUrls: ["ici.radio-canada.ca"] },
|
|
103
|
-
{ company: "The Canadian Press", baseUrls: ["www.thecanadianpress.com"] },
|
|
104
|
-
{ company: "Financial Post", baseUrls: ["financialpost.com"] },
|
|
105
|
-
{ company: "The Weather Network", baseUrls: ["www.theweathernetwork.com"] },
|
|
106
|
-
{ company: "Le Devoir", baseUrls: ["www.ledevoir.com"] },
|
|
107
|
-
{ company: "TVA Nouvelles", baseUrls: ["www.tvanouvelles.ca"] },
|
|
108
|
-
{ company: "Journal de Montréal", baseUrls: ["www.journaldemontreal.com"] },
|
|
109
|
-
{ company: "CityNews", baseUrls: ["www.citynews.ca"] },
|
|
110
|
-
{ company: "BNN Bloomberg", baseUrls: ["www.bnnbloomberg.ca"] },
|
|
111
|
-
{ company: "The Hamilton Spectator", baseUrls: ["www.thespec.com"] },
|
|
112
|
-
{ company: "Ottawa Citizen", baseUrls: ["ottawacitizen.com"] },
|
|
113
|
-
{ company: "Windsor Star", baseUrls: ["windsorstar.com"] },
|
|
114
|
-
{ company: "Edmonton Journal", baseUrls: ["edmontonjournal.com"] }
|
|
115
|
-
] as const;
|
|
116
|
-
|
|
117
|
-
export const DUTCH_NEWS = [
|
|
118
|
-
{ company: "Algemeen Dagblad (AD)", baseUrls: ["www.ad.nl"] },
|
|
119
|
-
{ company: "NOS", baseUrls: ["www.nos.nl"] },
|
|
120
|
-
{ company: "De Telegraaf", baseUrls: ["www.telegraaf.nl"] },
|
|
121
|
-
{ company: "NU.nl", baseUrls: ["www.nu.nl"] },
|
|
122
|
-
{ company: "Volkskrant", baseUrls: ["www.volkskrant.nl"] },
|
|
123
|
-
{ company: "NRC Handelsblad", baseUrls: ["www.nrc.nl"] },
|
|
124
|
-
{ company: "Trouw", baseUrls: ["www.trouw.nl"] },
|
|
125
|
-
{ company: "Het Parool", baseUrls: ["www.parool.nl"] },
|
|
126
|
-
{ company: "RTL Nieuws", baseUrls: ["www.rtlnieuws.nl"] },
|
|
127
|
-
{ company: "BNR Nieuwsradio", baseUrls: ["www.bnr.nl"] },
|
|
128
|
-
{ company: "Emerce", baseUrls: ["www.emerce.nl"] },
|
|
129
|
-
{ company: "VPRO", baseUrls: ["www.vpro.nl"] },
|
|
130
|
-
{ company: "De Gelderlander", baseUrls: ["www.gelderlander.nl"] },
|
|
131
|
-
{ company: "Friesch Dagblad", baseUrls: ["www.frieschdagblad.nl"] },
|
|
132
|
-
{ company: "De Stentor", baseUrls: ["www.destentor.nl"] },
|
|
133
|
-
{ company: "Metro Nieuws", baseUrls: ["www.metronieuws.nl"] },
|
|
134
|
-
{ company: "ANP", baseUrls: ["www.anp.nl"] },
|
|
135
|
-
{ company: "Dagblad van het Noorden", baseUrls: ["www.dvhn.nl"] },
|
|
136
|
-
{ company: "Reformatorisch Dagblad", baseUrls: ["www.rd.nl"] },
|
|
137
|
-
{ company: "Financieele Dagblad", baseUrls: ["www.fd.nl"] }
|
|
138
|
-
] as const;
|
|
139
|
-
|
|
140
|
-
export const ITALIAN_NEWS = [
|
|
141
|
-
{ company: "ANSA", baseUrls: ["www.ansa.it", "www.ansamed.info"] },
|
|
142
|
-
{ company: "Corriere della Sera", baseUrls: ["www.corriere.it"] },
|
|
143
|
-
{ company: "la Repubblica", baseUrls: ["www.repubblica.it"] },
|
|
144
|
-
{ company: "Il Sole 24 Ore", baseUrls: ["www.ilsole24ore.com"] },
|
|
145
|
-
{ company: "La Stampa", baseUrls: ["www.lastampa.it"] },
|
|
146
|
-
{ company: "Il Messaggero", baseUrls: ["www.ilmessaggero.it"] },
|
|
147
|
-
{ company: "Il Giornale", baseUrls: ["www.ilgiornale.it"] },
|
|
148
|
-
{ company: "Avvenire", baseUrls: ["www.avvenire.it"] },
|
|
149
|
-
{ company: "Il Fatto Quotidiano", baseUrls: ["www.ilfattoquotidiano.it"] },
|
|
150
|
-
{ company: "La Nazione", baseUrls: ["www.lanazione.it"] },
|
|
151
|
-
{ company: "TgCom24", baseUrls: ["www.tgcom24.mediaset.it"] },
|
|
152
|
-
{ company: "Sky TG24", baseUrls: ["tg24.sky.it"] },
|
|
153
|
-
{ company: "Rai News", baseUrls: ["www.rainews.it"] },
|
|
154
|
-
{ company: "Gazzetta dello Sport", baseUrls: ["www.gazzetta.it"] },
|
|
155
|
-
{ company: "Il Resto del Carlino", baseUrls: ["www.ilrestodelcarlino.it"] },
|
|
156
|
-
{ company: "Il Mattino", baseUrls: ["www.ilmattino.it"] },
|
|
157
|
-
{ company: "Il Secolo XIX", baseUrls: ["www.ilsecoloxix.it"] },
|
|
158
|
-
{ company: "Italia Oggi", baseUrls: ["www.italiaoggi.it"] },
|
|
159
|
-
{ company: "Libero", baseUrls: ["www.liberoquotidiano.it"] },
|
|
160
|
-
{ company: "Il Tirreno", baseUrls: ["www.iltirreno.it"] }
|
|
161
|
-
] as const;
|
|
162
|
-
|
|
163
|
-
export const BELGIUM_NEWS = [
|
|
164
|
-
{ company: "Het Laatste Nieuws (HLN)", baseUrls: ["www.hln.be"] },
|
|
165
|
-
{ company: "Nieuwsblad", baseUrls: ["www.nieuwsblad.be"] },
|
|
166
|
-
{ company: "RTBF", baseUrls: ["www.rtbf.be"] },
|
|
167
|
-
{ company: "Sudinfo", baseUrls: ["www.sudinfo.be"] },
|
|
168
|
-
{ company: "7sur7", baseUrls: ["www.7sur7.be"] },
|
|
169
|
-
{ company: "Le Soir", baseUrls: ["www.lesoir.be"] },
|
|
170
|
-
{ company: "De Standaard", baseUrls: ["www.standaard.be"] },
|
|
171
|
-
{ company: "VRT NWS", baseUrls: ["www.vrt.be"] },
|
|
172
|
-
{ company: "La Libre", baseUrls: ["www.lalibre.be"] },
|
|
173
|
-
{ company: "Gazet van Antwerpen", baseUrls: ["www.gva.be"] },
|
|
174
|
-
{ company: "Het Belang van Limburg", baseUrls: ["www.hbvl.be"] },
|
|
175
|
-
{ company: "De Morgen", baseUrls: ["www.demorgen.be"] },
|
|
176
|
-
{ company: "L'Avenir", baseUrls: ["www.lavenir.net"] },
|
|
177
|
-
{ company: "The Brussels Times", baseUrls: ["www.brusselstimes.com"] },
|
|
178
|
-
{ company: "Metro Belgique", baseUrls: ["nl.metrotime.be"] },
|
|
179
|
-
{ company: "Sudpresse", baseUrls: ["www.sudpress.be"] },
|
|
180
|
-
{ company: "Flamish Radio and TV Broadcasting Organization (VRT)", baseUrls: ["www.vrt.be"] },
|
|
181
|
-
{ company: "Knack", baseUrls: ["www.knack.be"] },
|
|
182
|
-
{ company: "De Tijd", baseUrls: ["www.tijd.be"] },
|
|
183
|
-
{ company: "BX1", baseUrls: ["www.bx1.be"] }
|
|
184
|
-
] as const;
|
|
185
|
-
|
|
186
|
-
export const MEXICAN_NEWS = [
|
|
187
|
-
{ company: "Televisa", baseUrls: ["www.televisa.news"] },
|
|
188
|
-
{ company: "El Universal", baseUrls: ["www.eluniversal.com.mx"] },
|
|
189
|
-
{ company: "Milenio", baseUrls: ["www.milenio.com"] },
|
|
190
|
-
{ company: "Excélsior", baseUrls: ["www.excelsior.com.mx"] },
|
|
191
|
-
{ company: "Reforma", baseUrls: ["www.reforma.com"] },
|
|
192
|
-
{ company: "La Jornada", baseUrls: ["www.jornada.com.mx"] },
|
|
193
|
-
{ company: "El Financiero", baseUrls: ["www.elfinanciero.com.mx"] },
|
|
194
|
-
{ company: "Proceso", baseUrls: ["www.proceso.com.mx"] },
|
|
195
|
-
{ company: "SDP Noticias", baseUrls: ["www.sdpnoticias.com"] },
|
|
196
|
-
{ company: "Diario de Yucatán", baseUrls: ["www.yucatan.com.mx"] },
|
|
197
|
-
{ company: "El Economista", baseUrls: ["www.eleconomista.com.mx"] },
|
|
198
|
-
{ company: "El Heraldo de México", baseUrls: ["www.heraldodemexico.com.mx"] },
|
|
199
|
-
{ company: "Noticieros Televisa", baseUrls: ["noticieros.televisa.com"] },
|
|
200
|
-
{ company: "Expansión", baseUrls: ["expansion.mx"] },
|
|
201
|
-
{ company: "La Razón", baseUrls: ["www.razon.com.mx"] },
|
|
202
|
-
{ company: "Noroeste", baseUrls: ["www.noroeste.com.mx"] },
|
|
203
|
-
{ company: "Uniradio Noticias", baseUrls: ["www.uniradionoticias.com"] },
|
|
204
|
-
{ company: "El Imparcial", baseUrls: ["www.elimparcial.com"] },
|
|
205
|
-
{ company: "Publimetro México", baseUrls: ["www.publimetro.com.mx"] },
|
|
206
|
-
{ company: "Notimex", baseUrls: ["www.notimex.gob.mx"] }
|
|
207
|
-
] as const;
|
|
208
|
-
|
|
209
|
-
export const SPANISH_NEWS = [
|
|
210
|
-
{ company: "El País", baseUrls: ["www.elpais.com"] },
|
|
211
|
-
{ company: "El Mundo", baseUrls: ["www.elmundo.es"] },
|
|
212
|
-
{ company: "ABC", baseUrls: ["www.abc.es"] },
|
|
213
|
-
{ company: "La Vanguardia", baseUrls: ["www.lavanguardia.com"] },
|
|
214
|
-
{ company: "El Confidencial", baseUrls: ["www.elconfidencial.com"] },
|
|
215
|
-
{ company: "La Razón", baseUrls: ["www.larazon.es"] },
|
|
216
|
-
{ company: "20 Minutos", baseUrls: ["www.20minutos.es"] },
|
|
217
|
-
{ company: "Agencia EFE", baseUrls: ["www.efe.com"] },
|
|
218
|
-
{ company: "Europa Press", baseUrls: ["www.europapress.es"] },
|
|
219
|
-
{ company: "Diario AS", baseUrls: ["www.as.com"] },
|
|
220
|
-
{ company: "Mundo Deportivo", baseUrls: ["www.mundodeportivo.com"] },
|
|
221
|
-
{ company: "El Periódico", baseUrls: ["www.elperiodico.com"] },
|
|
222
|
-
{ company: "Cinco Días", baseUrls: ["www.cincodias.com"] },
|
|
223
|
-
{ company: "Expansión", baseUrls: ["www.expansion.com"] },
|
|
224
|
-
{ company: "La Información", baseUrls: ["www.lainformacion.com"] },
|
|
225
|
-
{ company: "OK Diario", baseUrls: ["www.okdiario.com"] },
|
|
226
|
-
{ company: "Heraldo de Aragón", baseUrls: ["www.heraldo.es"] },
|
|
227
|
-
{ company: "Faro de Vigo", baseUrls: ["www.farodevigo.es"] },
|
|
228
|
-
{ company: "El Correo", baseUrls: ["www.elcorreo.com"] },
|
|
229
|
-
{ company: "Diario Sur", baseUrls: ["www.diariosur.es"] }
|
|
230
|
-
] as const;
|
|
231
|
-
|
|
232
|
-
export const INDIAN_NEWS = [
|
|
233
|
-
{ company: "The Times of India", baseUrls: ["timesofindia.indiatimes.com"] },
|
|
234
|
-
{ company: "The Hindu", baseUrls: ["www.thehindu.com"] },
|
|
235
|
-
{ company: "Hindustan Times", baseUrls: ["www.hindustantimes.com"] },
|
|
236
|
-
{ company: "NDTV", baseUrls: ["www.ndtv.com"] },
|
|
237
|
-
{ company: "India Today", baseUrls: ["www.indiatoday.in"] },
|
|
238
|
-
{ company: "Zee News", baseUrls: ["zeenews.india.com"] },
|
|
239
|
-
{ company: "Indian Express", baseUrls: ["indianexpress.com"] },
|
|
240
|
-
{ company: "The Economic Times", baseUrls: ["economictimes.indiatimes.com"] },
|
|
241
|
-
{ company: "Deccan Herald", baseUrls: ["www.deccanherald.com"] },
|
|
242
|
-
{ company: "DNA India", baseUrls: ["www.dnaindia.com"] },
|
|
243
|
-
{ company: "The Print", baseUrls: ["theprint.in"] },
|
|
244
|
-
{ company: "News18", baseUrls: ["www.news18.com"] },
|
|
245
|
-
{ company: "Scroll.in", baseUrls: ["scroll.in"] },
|
|
246
|
-
{ company: "Asian News International (ANI)", baseUrls: ["www.aninews.in"] },
|
|
247
|
-
{ company: "Outlook India", baseUrls: ["www.outlookindia.com"] },
|
|
248
|
-
{ company: "Business Standard", baseUrls: ["www.business-standard.com"] },
|
|
249
|
-
{ company: "Mint", baseUrls: ["www.livemint.com"] },
|
|
250
|
-
{ company: "OneIndia", baseUrls: ["www.oneindia.com"] },
|
|
251
|
-
{ company: "Quint", baseUrls: ["www.thequint.com"] },
|
|
252
|
-
{ company: "Free Press Journal", baseUrls: ["www.freepressjournal.in"] }
|
|
253
|
-
] as const;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export const CHINESE_NEWS = [
|
|
257
|
-
{ company: "Xinhua News Agency", baseUrls: ["www.xinhuanet.com"] },
|
|
258
|
-
{ company: "China Central Television (CCTV)", baseUrls: ["www.cctv.com"] },
|
|
259
|
-
{ company: "China Daily", baseUrls: ["www.chinadaily.com.cn"] },
|
|
260
|
-
{ company: "CGTN (China Global Television Network)", baseUrls: ["www.cgtn.com"] },
|
|
261
|
-
{ company: "People's Daily", baseUrls: ["www.people.cn"] },
|
|
262
|
-
{ company: "Global Times", baseUrls: ["www.globaltimes.cn"] },
|
|
263
|
-
{ company: "South China Morning Post", baseUrls: ["www.scmp.com"] },
|
|
264
|
-
{ company: "Shanghai Daily", baseUrls: ["www.shanghaidaily.com"] },
|
|
265
|
-
{ company: "China News Service", baseUrls: ["www.ecns.cn"] },
|
|
266
|
-
{ company: "Caixin", baseUrls: ["www.caixinglobal.com"] },
|
|
267
|
-
{ company: "The Paper", baseUrls: ["www.thepaper.cn"] },
|
|
268
|
-
{ company: "Yicai Global", baseUrls: ["www.yicaiglobal.com"] },
|
|
269
|
-
{ company: "Economic Daily", baseUrls: ["www.ce.cn"] },
|
|
270
|
-
{ company: "21st Century Business Herald", baseUrls: ["www.21jingji.com"] },
|
|
271
|
-
{ company: "Beijing Review", baseUrls: ["www.bjreview.com"] },
|
|
272
|
-
{ company: "China Economic Net", baseUrls: ["www.ce.cn"] },
|
|
273
|
-
{ company: "Tencent News", baseUrls: ["news.qq.com"] },
|
|
274
|
-
{ company: "Sina News", baseUrls: ["news.sina.com.cn"] },
|
|
275
|
-
{ company: "NetEase News", baseUrls: ["news.163.com"] },
|
|
276
|
-
{ company: "Phoenix TV", baseUrls: ["www.ifeng.com"] }
|
|
277
|
-
] as const;
|
|
278
|
-
|
|
279
|
-
/** news sites in Denmark */
|
|
280
|
-
export const DANISH_NEWS = [
|
|
281
|
-
{ company: "Politiken", baseUrls: ["www.politiken.dk"] },
|
|
282
|
-
{ company: "Berlingske", baseUrls: ["www.berlingske.dk"] },
|
|
283
|
-
{ company: "Jyllands-Posten", baseUrls: ["jyllands-posten.dk"] },
|
|
284
|
-
{ company: "Ekstra Bladet", baseUrls: ["ekstrabladet.dk"] },
|
|
285
|
-
{ company: "Information", baseUrls: ["www.information.dk"] },
|
|
286
|
-
{ company: "BT", baseUrls: ["www.bt.dk"] },
|
|
287
|
-
{ company: "Weekendavisen", baseUrls: ["www.weekendavisen.dk"] },
|
|
288
|
-
{ company: "Fyens Stiftstidende", baseUrls: ["fyens.dk"] },
|
|
289
|
-
{ company: "Kristeligt Dagblad", baseUrls: ["www.kristeligt-dagblad.dk"] },
|
|
290
|
-
{ company: "Copenhagen Post", baseUrls: ["cphpost.dk"] },
|
|
291
|
-
{ company: "Nordjyske Stiftstidende", baseUrls: ["nordjyske.dk"] },
|
|
292
|
-
{ company: "Århus Stiftstidende", baseUrls: ["stiften.dk"] },
|
|
293
|
-
{ company: "Dagbladet Børsen", baseUrls: ["borsen.dk"] },
|
|
294
|
-
{ company: "Lokalavisen", baseUrls: ["lokalavisen.dk"] },
|
|
295
|
-
{ company: "TV2 Nyheder", baseUrls: ["tv2.dk"] },
|
|
296
|
-
{ company: "DR Nyheder", baseUrls: ["dr.dk"] },
|
|
297
|
-
{ company: "Avisen Danmark", baseUrls: ["avisen.dk"] },
|
|
298
|
-
{ company: "Fagbladet 3F", baseUrls: ["fagbladet3f.dk"] },
|
|
299
|
-
{ company: "Herning Folkeblad", baseUrls: ["herningfolkeblad.dk"] },
|
|
300
|
-
{ company: "Midtjyllands Avis", baseUrls: ["midtjyllandsavis.dk"] }
|
|
301
|
-
] as const;
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
export const SWISS_NEWS = [
|
|
305
|
-
{ company: "Neue Zürcher Zeitung (NZZ)", baseUrls: ["www.nzz.ch"], type: ["newspaper", "digital"] },
|
|
306
|
-
{ company: "Swissinfo", baseUrls: ["www.swissinfo.ch"], type: ["digital-first"] },
|
|
307
|
-
{ company: "20 Minuten", baseUrls: ["www.20min.ch"], type: ["newspaper", "digital"] },
|
|
308
|
-
{ company: "Blick", baseUrls: ["www.blick.ch"], type: ["newspaper", "digital"] },
|
|
309
|
-
{ company: "Le Temps", baseUrls: ["www.letemps.ch"], type: ["newspaper", "digital"] },
|
|
310
|
-
{ company: "Tages-Anzeiger", baseUrls: ["www.tagesanzeiger.ch"], type: ["newspaper", "digital"] },
|
|
311
|
-
{ company: "SRF News", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
312
|
-
{ company: "Luzerner Zeitung", baseUrls: ["www.luzernerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
313
|
-
{ company: "La Tribune de Genève", baseUrls: ["www.tdg.ch"], type: ["newspaper", "digital"] },
|
|
314
|
-
{ company: "Aargauer Zeitung", baseUrls: ["www.aargauerzeitung.ch"], type: ["newspaper", "digital"] },
|
|
315
|
-
{ company: "24 Heures", baseUrls: ["www.24heures.ch"], type: ["newspaper", "digital"] },
|
|
316
|
-
{ company: "Radio Télévision Suisse (RTS)", baseUrls: ["www.rts.ch"], type: ["television", "radio", "digital"] },
|
|
317
|
-
{ company: "Der Bund", baseUrls: ["www.derbund.ch"], type: ["newspaper", "digital"] },
|
|
318
|
-
{ company: "Schweizer Radio und Fernsehen (SRF)", baseUrls: ["www.srf.ch"], type: ["television", "radio", "digital"] },
|
|
319
|
-
{ company: "Basler Zeitung", baseUrls: ["www.bazonline.ch"], type: ["newspaper", "digital"] },
|
|
320
|
-
{ company: "Handelszeitung", baseUrls: ["www.handelszeitung.ch"], type: ["newspaper", "digital"] },
|
|
321
|
-
{ company: "Watson", baseUrls: ["www.watson.ch"], type: ["digital-first"] },
|
|
322
|
-
{ company: "Le Matin", baseUrls: ["www.lematin.ch"], type: ["newspaper", "digital"] },
|
|
323
|
-
{ company: "La Liberté", baseUrls: ["www.laliberte.ch"], type: ["newspaper", "digital"] },
|
|
324
|
-
{ company: "The Swiss Times", baseUrls: ["www.theswisstimes.ch"], type: ["digital-first"] }
|
|
325
|
-
] as const;
|
|
326
|
-
|
|
327
|
-
export const AUSTRALIAN_NEWS = [
|
|
328
|
-
{ company: "ABC News", baseUrls: ["www.abc.net.au"], type: ["television", "radio", "digital"] },
|
|
329
|
-
{ company: "The Sydney Morning Herald", baseUrls: ["www.smh.com.au"], type: ["newspaper", "digital"] },
|
|
330
|
-
{ company: "The Australian", baseUrls: ["www.theaustralian.com.au"], type: ["newspaper", "digital"] },
|
|
331
|
-
{ company: "Herald Sun", baseUrls: ["www.heraldsun.com.au"], type: ["newspaper", "digital"] },
|
|
332
|
-
{ company: "9News", baseUrls: ["www.9news.com.au"], type: ["television", "digital"] },
|
|
333
|
-
{ company: "SBS News", baseUrls: ["www.sbs.com.au"], type: ["television", "digital", "multicultural"] },
|
|
334
|
-
{ company: "The Age", baseUrls: ["www.theage.com.au"], type: ["newspaper", "digital"] },
|
|
335
|
-
{ company: "Sky News Australia", baseUrls: ["www.skynews.com.au"], type: ["television", "digital"] },
|
|
336
|
-
{ company: "Australian Financial Review", baseUrls: ["www.afr.com"], type: ["newspaper", "digital"] },
|
|
337
|
-
{ company: "news.com.au", baseUrls: ["www.news.com.au"], type: ["digital-first"] },
|
|
338
|
-
{ company: "The Courier-Mail", baseUrls: ["www.couriermail.com.au"], type: ["newspaper", "digital"] },
|
|
339
|
-
{ company: "7NEWS", baseUrls: ["7news.com.au"], type: ["television", "digital"] },
|
|
340
|
-
{ company: "The West Australian", baseUrls: ["www.thewest.com.au"], type: ["newspaper", "digital"] },
|
|
341
|
-
{ company: "Daily Telegraph", baseUrls: ["www.dailytelegraph.com.au"], type: ["newspaper", "digital"] },
|
|
342
|
-
{ company: "Guardian Australia", baseUrls: ["www.theguardian.com/au"], type: ["digital-first"] },
|
|
343
|
-
{ company: "Crikey", baseUrls: ["www.crikey.com.au"], type: ["digital-first", "independent"] },
|
|
344
|
-
{ company: "AAP (Australian Associated Press)", baseUrls: ["www.aap.com.au"], type: ["news agency", "digital"] },
|
|
345
|
-
{ company: "NT News", baseUrls: ["www.ntnews.com.au"], type: ["newspaper", "digital"] },
|
|
346
|
-
{ company: "The Canberra Times", baseUrls: ["www.canberratimes.com.au"], type: ["newspaper", "digital"] },
|
|
347
|
-
{ company: "Brisbane Times", baseUrls: ["www.brisbanetimes.com.au"], type: ["digital-first"] }
|
|
348
|
-
] as const;
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
export const JAPANESE_NEWS = [
|
|
352
|
-
{ company: "The Asahi Shimbun", baseUrls: ["www.asahi.com"], type: ["newspaper", "digital"] },
|
|
353
|
-
{ company: "Yomiuri Shimbun", baseUrls: ["www.yomiuri.co.jp"], type: ["newspaper", "digital"] },
|
|
354
|
-
{ company: "Nikkei", baseUrls: ["www.nikkei.com"], type: ["newspaper", "digital"] },
|
|
355
|
-
{ company: "Mainichi Shimbun", baseUrls: ["mainichi.jp"], type: ["newspaper", "digital"] },
|
|
356
|
-
{ company: "Kyodo News", baseUrls: ["www.kyodonews.jp"], type: ["news agency", "digital"] },
|
|
357
|
-
{ company: "Japan Times", baseUrls: ["www.japantimes.co.jp"], type: ["newspaper", "digital"] },
|
|
358
|
-
{ company: "NHK", baseUrls: ["www.nhk.or.jp"], type: ["television", "radio", "digital"] },
|
|
359
|
-
{ company: "Fuji News Network (FNN)", baseUrls: ["www.fnn.jp"], type: ["television", "digital"] },
|
|
360
|
-
{ company: "Sankei Shimbun", baseUrls: ["www.sankei.com"], type: ["newspaper", "digital"] },
|
|
361
|
-
{ company: "Toyo Keizai", baseUrls: ["www.toyokeizai.net"], type: ["digital", "business magazine"] },
|
|
362
|
-
{ company: "Hokkaido Shimbun", baseUrls: ["www.hokkaido-np.co.jp"], type: ["newspaper", "digital"] },
|
|
363
|
-
{ company: "Shizuoka Shimbun", baseUrls: ["www.at-s.com"], type: ["newspaper", "digital"] },
|
|
364
|
-
{ company: "Tokyo Shimbun", baseUrls: ["www.tokyo-np.co.jp"], type: ["newspaper", "digital"] },
|
|
365
|
-
{ company: "Yahoo Japan News", baseUrls: ["news.yahoo.co.jp"], type: ["digital-first"] },
|
|
366
|
-
{ company: "TBS News", baseUrls: ["news.tbs.co.jp"], type: ["television", "digital"] },
|
|
367
|
-
{ company: "Nippon TV News 24 Japan", baseUrls: ["www.news24.jp"], type: ["television", "digital"] },
|
|
368
|
-
{ company: "Jiji Press", baseUrls: ["www.jiji.com"], type: ["news agency", "digital"] },
|
|
369
|
-
{ company: "TV Asahi News", baseUrls: ["news.tv-asahi.co.jp"], type: ["television", "digital"] },
|
|
370
|
-
{ company: "WOWOW Prime News", baseUrls: ["www.wowow.co.jp"], type: ["television", "digital"] },
|
|
371
|
-
{ company: "Kansai Telecasting Corporation (KTV)", baseUrls: ["www.ktv.jp"], type: ["television", "digital"] }
|
|
372
|
-
] as const;
|
|
373
|
-
|
|
374
|
-
export const SOUTH_KOREAN_NEWS = [
|
|
375
|
-
{ company: "Yonhap News Agency", baseUrls: ["www.yonhapnews.co.kr"], type: ["news agency", "digital"] },
|
|
376
|
-
{ company: "The Korea Herald", baseUrls: ["www.koreaherald.com"], type: ["newspaper", "digital"] },
|
|
377
|
-
{ company: "The Korea Times", baseUrls: ["www.koreatimes.co.kr"], type: ["newspaper", "digital"] },
|
|
378
|
-
{ company: "Chosun Ilbo", baseUrls: ["www.chosun.com"], type: ["newspaper", "digital"] },
|
|
379
|
-
{ company: "JoongAng Ilbo", baseUrls: ["www.joongang.co.kr"], type: ["newspaper", "digital"] },
|
|
380
|
-
{ company: "Dong-A Ilbo", baseUrls: ["www.donga.com"], type: ["newspaper", "digital"] },
|
|
381
|
-
{ company: "MBC News", baseUrls: ["www.imnews.imbc.com"], type: ["television", "digital"] },
|
|
382
|
-
{ company: "SBS News", baseUrls: ["news.sbs.co.kr"], type: ["television", "digital"] },
|
|
383
|
-
{ company: "KBS News", baseUrls: ["news.kbs.co.kr"], type: ["television", "radio", "digital"] },
|
|
384
|
-
{ company: "Hankyoreh", baseUrls: ["english.hani.co.kr"], type: ["newspaper", "digital"] },
|
|
385
|
-
{ company: "Maeil Business Newspaper", baseUrls: ["www.mk.co.kr"], type: ["newspaper", "digital"] },
|
|
386
|
-
{ company: "MoneyToday", baseUrls: ["www.mt.co.kr"], type: ["digital-first", "business"] },
|
|
387
|
-
{ company: "Seoul Shinmun", baseUrls: ["www.seoul.co.kr"], type: ["newspaper", "digital"] },
|
|
388
|
-
{ company: "OhmyNews", baseUrls: ["www.ohmynews.com"], type: ["digital-first"] },
|
|
389
|
-
{ company: "News1 Korea", baseUrls: ["www.news1.kr"], type: ["news agency", "digital"] },
|
|
390
|
-
{ company: "Asia Business Daily", baseUrls: ["www.asiae.co.kr"], type: ["newspaper", "digital"] },
|
|
391
|
-
{ company: "Herald Business", baseUrls: ["biz.heraldcorp.com"], type: ["newspaper", "digital"] },
|
|
392
|
-
{ company: "eDaily", baseUrls: ["www.edaily.co.kr"], type: ["digital-first", "business"] },
|
|
393
|
-
{ company: "Seoul Economic Daily", baseUrls: ["www.sedaily.com"], type: ["newspaper", "digital"] },
|
|
394
|
-
{ company: "JTBC News", baseUrls: ["news.jtbc.co.kr"], type: ["television", "digital"] }
|
|
395
|
-
] as const;
|
|
396
|
-
|
|
397
|
-
export const TURKISH_NEWS = [
|
|
398
|
-
{ company: "Anadolu Agency (AA)", baseUrls: ["www.aa.com.tr"], type: ["news agency", "digital"] },
|
|
399
|
-
{ company: "Hürriyet", baseUrls: ["www.hurriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
400
|
-
{ company: "Sabah", baseUrls: ["www.sabah.com.tr"], type: ["newspaper", "digital"] },
|
|
401
|
-
{ company: "Milliyet", baseUrls: ["www.milliyet.com.tr"], type: ["newspaper", "digital"] },
|
|
402
|
-
{ company: "TRT World", baseUrls: ["www.trtworld.com"], type: ["television", "digital"] },
|
|
403
|
-
{ company: "CNN Türk", baseUrls: ["www.cnnturk.com"], type: ["television", "digital"] },
|
|
404
|
-
{ company: "Sozcu", baseUrls: ["www.sozcu.com.tr"], type: ["newspaper", "digital"] },
|
|
405
|
-
{ company: "Daily Sabah", baseUrls: ["www.dailysabah.com"], type: ["newspaper", "digital"] },
|
|
406
|
-
{ company: "Yeni Şafak", baseUrls: ["www.yenisafak.com"], type: ["newspaper", "digital"] },
|
|
407
|
-
{ company: "Habertürk", baseUrls: ["www.haberturk.com"], type: ["television", "digital"] },
|
|
408
|
-
{ company: "BirGün", baseUrls: ["www.birgun.net"], type: ["newspaper", "digital"] },
|
|
409
|
-
{ company: "Türkiye Gazetesi", baseUrls: ["www.turkiyegazetesi.com.tr"], type: ["newspaper", "digital"] },
|
|
410
|
-
{ company: "Cumhuriyet", baseUrls: ["www.cumhuriyet.com.tr"], type: ["newspaper", "digital"] },
|
|
411
|
-
{ company: "Diken", baseUrls: ["www.diken.com.tr"], type: ["digital-first"] },
|
|
412
|
-
{ company: "NTV", baseUrls: ["www.ntv.com.tr"], type: ["television", "digital"] },
|
|
413
|
-
{ company: "Ensonhaber", baseUrls: ["www.ensonhaber.com"], type: ["digital-first"] },
|
|
414
|
-
{ company: "T24", baseUrls: ["www.t24.com.tr"], type: ["digital-first"] },
|
|
415
|
-
{ company: "Karar", baseUrls: ["www.karar.com"], type: ["newspaper", "digital"] },
|
|
416
|
-
{ company: "Gazete Duvar", baseUrls: ["www.gazeteduvar.com.tr"], type: ["digital-first"] },
|
|
417
|
-
{ company: "Bloomberg HT", baseUrls: ["www.bloomberght.com"], type: ["television", "digital"] }
|
|
418
|
-
] as const;
|
|
419
|
-
|
|
420
|
-
export const NORWEGIAN_NEWS = [
|
|
421
|
-
{ company: "Aftenposten", baseUrls: ["www.aftenposten.no"], type: ["newspaper", "digital"] },
|
|
422
|
-
{ company: "Verdens Gang (VG)", baseUrls: ["www.vg.no"], type: ["newspaper", "digital"] },
|
|
423
|
-
{ company: "Dagbladet", baseUrls: ["www.dagbladet.no"], type: ["newspaper", "digital"] },
|
|
424
|
-
{ company: "NRK", baseUrls: ["www.nrk.no"], type: ["television", "radio", "digital"] },
|
|
425
|
-
{ company: "Dagens Næringsliv", baseUrls: ["www.dn.no"], type: ["newspaper", "digital"] },
|
|
426
|
-
{ company: "Nettavisen", baseUrls: ["www.nettavisen.no"], type: ["digital-first"] },
|
|
427
|
-
{ company: "Klassekampen", baseUrls: ["www.klassekampen.no"], type: ["newspaper", "digital"] },
|
|
428
|
-
{ company: "Morgenbladet", baseUrls: ["www.morgenbladet.no"], type: ["newspaper", "digital"] },
|
|
429
|
-
{ company: "E24", baseUrls: ["www.e24.no"], type: ["digital-first", "business"] },
|
|
430
|
-
{ company: "TV2", baseUrls: ["www.tv2.no"], type: ["television", "digital"] },
|
|
431
|
-
{ company: "Bergens Tidende", baseUrls: ["www.bt.no"], type: ["newspaper", "digital"] },
|
|
432
|
-
{ company: "Adresseavisen", baseUrls: ["www.adressa.no"], type: ["newspaper", "digital"] },
|
|
433
|
-
{ company: "Stavanger Aftenblad", baseUrls: ["www.aftenbladet.no"], type: ["newspaper", "digital"] },
|
|
434
|
-
{ company: "Fædrelandsvennen", baseUrls: ["www.fvn.no"], type: ["newspaper", "digital"] },
|
|
435
|
-
{ company: "ABC Nyheter", baseUrls: ["www.abcnyheter.no"], type: ["digital-first"] },
|
|
436
|
-
{ company: "Romerikes Blad", baseUrls: ["www.rb.no"], type: ["newspaper", "digital"] },
|
|
437
|
-
{ company: "Sunnmørsposten", baseUrls: ["www.smp.no"], type: ["newspaper", "digital"] },
|
|
438
|
-
{ company: "Finansavisen", baseUrls: ["www.finansavisen.no"], type: ["newspaper", "digital"] },
|
|
439
|
-
{ company: "Nordlys", baseUrls: ["www.nordlys.no"], type: ["newspaper", "digital"] },
|
|
440
|
-
{ company: "Hamar Arbeiderblad", baseUrls: ["www.h-a.no"], type: ["newspaper", "digital"] }
|
|
441
|
-
] as const;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { createConstant } from "./createConstant";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* A constant which indicates that a particular
|
|
5
|
-
* type/property was not given a _default value_.
|
|
6
|
-
*/
|
|
7
|
-
export const NO_DEFAULT_VALUE = createConstant("no-default-value");
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* A unique symbol which indicates that a particular
|
|
11
|
-
* type was not given a "default value".
|
|
12
|
-
*/
|
|
13
|
-
export type NoDefaultValue = typeof NO_DEFAULT_VALUE;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export const NOT_APPLICABLE = Symbol("not applicable");
|
|
2
|
-
/**
|
|
3
|
-
* A unique symbol which indicates that a particular
|
|
4
|
-
* type was "not applicable".
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
export type NotApplicable<Why extends string> = [
|
|
8
|
-
kind: "not-applicable",
|
|
9
|
-
reason: Why,
|
|
10
|
-
uniqueness: typeof NOT_APPLICABLE
|
|
11
|
-
];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { createConstant } from "inferred-types/dist/constants/index";
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* **NOT_DEFINED**
|
|
5
|
-
*
|
|
6
|
-
* A runtime constant which indicates that some value has not been defined (yet).
|
|
7
|
-
*/
|
|
8
|
-
export const NOT_DEFINED = createConstant("not-defined");
|
|
9
|
-
|
|
10
|
-
export type NotDefined = typeof NOT_DEFINED;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* **NUMERIC_CHAR**
|
|
3
|
-
*
|
|
4
|
-
* A tuple containing all numeric characters.
|
|
5
|
-
*
|
|
6
|
-
* **Related:** `NumericChar`
|
|
7
|
-
*/
|
|
8
|
-
export const NUMERIC_CHAR = [
|
|
9
|
-
"0", "1", "2", "3", "4", "5", "6", "7", "8", "9"
|
|
10
|
-
] as const;
|
|
11
|
-
|
|
12
|
-
export const NON_ZERO_NUMERIC_CHAR = [
|
|
13
|
-
"1", "2", "3", "4", "5", "6", "7", "8", "9"
|
|
14
|
-
] as const;
|