# Type

## Draft

- [Introduction](https://type.angular-package.dev/type-draft/introduction.md)
- [❤ Benefits](https://type.angular-package.dev/type-draft/benefits.md)
- [Skeleton](https://type.angular-package.dev/type-draft/getting-started/skeleton.md)
- [Installation](https://type.angular-package.dev/type-draft/getting-started/installation.md)
- [Public API](https://type.angular-package.dev/type-draft/getting-started/public-api.md)
- [General concepts](https://type.angular-package.dev/type-draft/getting-started/general-concepts.md)
- [recognizeValue()](https://type.angular-package.dev/type-draft/helper/recognizevalue.md)
- [Recognized instances](https://type.angular-package.dev/type-draft/helper/recognizevalue/recognized-instances.md)
- [OfRecognized](https://type.angular-package.dev/type-draft/helper/recognizevalue/ofrecognized.md)
- [resultCallback()](https://type.angular-package.dev/type-draft/helper/resultcallback.md)
- [typeOf()](https://type.angular-package.dev/type-draft/helper/typeof.md)
- [isArray()](https://type.angular-package.dev/type-draft/is/isarray.md)
- [isBigInt()](https://type.angular-package.dev/type-draft/is/isbigint.md)
- [isBoolean()](https://type.angular-package.dev/type-draft/is/isboolean.md)
- [isBooleanObject()](https://type.angular-package.dev/type-draft/is/isbooleanobject.md)
- [isBooleanType()](https://type.angular-package.dev/type-draft/is/isbooleantype.md)
- [isClass()](https://type.angular-package.dev/type-draft/is/isclass.md)
- [isDate()](https://type.angular-package.dev/type-draft/is/isdate.md)
- [isDefined()](https://type.angular-package.dev/type-draft/is/isdefined.md)
- [★ isFalse()](https://type.angular-package.dev/type-draft/is/isfalse.md): Checks if any value is a \`boolean\` type or an instance of \`Boolean\`.
- [isFunction()](https://type.angular-package.dev/type-draft/is/isfunction.md)
- [isInstance()](https://type.angular-package.dev/type-draft/is/isinstance.md)
- [isKey()](https://type.angular-package.dev/type-draft/is/iskey.md)
- [isNull()](https://type.angular-package.dev/type-draft/is/isnull.md)
- [★ isNumber()](https://type.angular-package.dev/type-draft/is/isnumber.md)
- [isNumberBetween()](https://type.angular-package.dev/type-draft/is/isnumberbetween.md)
- [isNumberObject()](https://type.angular-package.dev/type-draft/is/isnumberobject.md)
- [isNumberType()](https://type.angular-package.dev/type-draft/is/isnumbertype.md)
- [isObject()](https://type.angular-package.dev/type-draft/is/isobject.md)
- [isObjectKey()](https://type.angular-package.dev/type-draft/is/isobjectkey.md)
- [isObjectKeyIn()](https://type.angular-package.dev/type-draft/is/isobjectkeyin.md)
- [isObjectKeys()](https://type.angular-package.dev/type-draft/is/isobjectkeys.md)
- [isObjectKeysIn()](https://type.angular-package.dev/type-draft/is/isobjectkeysin.md)
- [isObjectSomeKeys()](https://type.angular-package.dev/type-draft/is/isobjectsomekeys.md)
- [isPrimitive()](https://type.angular-package.dev/type-draft/is/isprimitive.md)
- [isRegExp()](https://type.angular-package.dev/type-draft/is/isregexp.md)
- [★ isString()](https://type.angular-package.dev/type-draft/is/isstring.md)
- [isStringIncludes()](https://type.angular-package.dev/type-draft/is/isstringincludes.md)
- [isStringIncludesSome()](https://type.angular-package.dev/type-draft/is/isstringincludessome.md)
- [isStringLength()](https://type.angular-package.dev/type-draft/is/isstringlength.md)
- [isStringLengthBetween()](https://type.angular-package.dev/type-draft/is/isstringlengthbetween.md)
- [isStringObject()](https://type.angular-package.dev/type-draft/is/isstringobject.md)
- [isStringType()](https://type.angular-package.dev/type-draft/is/isstringtype.md)
- [isSymbol()](https://type.angular-package.dev/type-draft/is/issymbol.md)
- [★ isTrue()](https://type.angular-package.dev/type-draft/is/istrue.md)
- [isType()](https://type.angular-package.dev/type-draft/is/istype.md)
- [isUndefined()](https://type.angular-package.dev/type-draft/is/isundefined.md)
- [isNotBoolean()](https://type.angular-package.dev/type-draft/is-not/isnotboolean.md)
- [isNotDefined()](https://type.angular-package.dev/type-draft/is-not/isnotdefined.md)
- [isNotFunction()](https://type.angular-package.dev/type-draft/is-not/isnotfunction.md)
- [isNotNull()](https://type.angular-package.dev/type-draft/is-not/isnotnull.md)
- [isNotNumber()](https://type.angular-package.dev/type-draft/is-not/isnotnumber.md)
- [isNotString()](https://type.angular-package.dev/type-draft/is-not/isnotstring.md)
- [isNotUndefined()](https://type.angular-package.dev/type-draft/is-not/isnotundefined.md)
- [areDeterminer()](https://type.angular-package.dev/type-draft/are/aredeterminer.md)
- [every()](https://type.angular-package.dev/type-draft/are/aredeterminer/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/aredeterminer/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/aredeterminer/some.md)
- [areBigInt()](https://type.angular-package.dev/type-draft/are/arebigint.md)
- [every()](https://type.angular-package.dev/type-draft/are/arebigint/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/arebigint/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/arebigint/some.md)
- [areBoolean()](https://type.angular-package.dev/type-draft/are/areboolean.md)
- [every()](https://type.angular-package.dev/type-draft/are/areboolean/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/areboolean/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/areboolean/some.md)
- [areDate()](https://type.angular-package.dev/type-draft/are/aredate.md)
- [every()](https://type.angular-package.dev/type-draft/are/aredate/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/aredate/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/aredate/some.md)
- [areDefined()](https://type.angular-package.dev/type-draft/are/aredefined.md)
- [every()](https://type.angular-package.dev/type-draft/are/aredefined/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/aredefined/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/aredefined/some.md)
- [★ areFalse()](https://type.angular-package.dev/type-draft/are/arefalse.md)
- [every()](https://type.angular-package.dev/type-draft/are/arefalse/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/arefalse/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/arefalse/some.md)
- [areNull()](https://type.angular-package.dev/type-draft/are/arenull.md)
- [every()](https://type.angular-package.dev/type-draft/are/arenull/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/arenull/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/arenull/some.md)
- [★ areNumber()](https://type.angular-package.dev/type-draft/are/arenumber.md)
- [every()](https://type.angular-package.dev/type-draft/are/arenumber/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/arenumber/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/arenumber/some.md)
- [areRegExp()](https://type.angular-package.dev/type-draft/are/areregexp.md)
- [every()](https://type.angular-package.dev/type-draft/are/areregexp/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/areregexp/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/areregexp/some.md)
- [★ areString()](https://type.angular-package.dev/type-draft/are/arestring.md)
- [every()](https://type.angular-package.dev/type-draft/are/arestring/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/arestring/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/arestring/some.md)
- [areSymbol()](https://type.angular-package.dev/type-draft/are/aresymbol.md)
- [every()](https://type.angular-package.dev/type-draft/are/aresymbol/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/aresymbol/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/aresymbol/some.md)
- [★ areTrue()](https://type.angular-package.dev/type-draft/are/aretrue.md)
- [every()](https://type.angular-package.dev/type-draft/are/aretrue/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/aretrue/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/aretrue/some.md)
- [areUndefined()](https://type.angular-package.dev/type-draft/are/areundefined.md)
- [every()](https://type.angular-package.dev/type-draft/are/areundefined/every.md)
- [forEach()](https://type.angular-package.dev/type-draft/are/areundefined/foreach.md)
- [some()](https://type.angular-package.dev/type-draft/are/areundefined/some.md)
- [guardArray()](https://type.angular-package.dev/type-draft/guard/guardarray.md)
- [guardBigInt()](https://type.angular-package.dev/type-draft/guard/guardbigint.md)
- [guardBoolean()](https://type.angular-package.dev/type-draft/guard/guardboolean.md)
- [guardClass()](https://type.angular-package.dev/type-draft/guard/guardclass.md)
- [guardDate()](https://type.angular-package.dev/type-draft/guard/guarddate.md)
- [guardDefined()](https://type.angular-package.dev/type-draft/guard/guarddefined.md)
- [★ guardFalse()](https://type.angular-package.dev/type-draft/guard/guardfalse.md)
- [guardFunction()](https://type.angular-package.dev/type-draft/guard/guardfunction.md)
- [guardInstance()](https://type.angular-package.dev/type-draft/guard/guardinstance.md)
- [guardKey()](https://type.angular-package.dev/type-draft/guard/guardkey.md)
- [guardNull()](https://type.angular-package.dev/type-draft/guard/guardnull.md)
- [guardNumber()](https://type.angular-package.dev/type-draft/guard/guardnumber.md)
- [guardNumberBetween()](https://type.angular-package.dev/type-draft/guard/guardnumberbetween.md)
- [guardObject()](https://type.angular-package.dev/type-draft/guard/guardobject.md)
- [guardObjectKey()](https://type.angular-package.dev/type-draft/guard/guardobjectkey.md)
- [guardObjectKeyIn()](https://type.angular-package.dev/type-draft/guard/guardobjectkeyin.md)
- [guardObjectKeys()](https://type.angular-package.dev/type-draft/guard/guardobjectkeys.md)
- [guardObjectKeysIn()](https://type.angular-package.dev/type-draft/guard/guardobjectkeysin.md)
- [guardObjectSomeKeys()](https://type.angular-package.dev/type-draft/guard/guardobjectsomekeys.md)
- [guardPrimitive()](https://type.angular-package.dev/type-draft/guard/guardprimitive.md)
- [guardRegExp()](https://type.angular-package.dev/type-draft/guard/guardregexp.md)
- [★ guardString()](https://type.angular-package.dev/type-draft/guard/guardstring.md)
- [guardStringIncludes()](https://type.angular-package.dev/type-draft/guard/guardstringincludes.md)
- [guardStringIncludesSome()](https://type.angular-package.dev/type-draft/guard/guardstringincludessome.md)
- [guardStringLength()](https://type.angular-package.dev/type-draft/guard/guardstringlength.md)
- [guardStringLengthBetween()](https://type.angular-package.dev/type-draft/guard/guardstringlengthbetween.md)
- [guardSymbol()](https://type.angular-package.dev/type-draft/guard/guardsymbol.md)
- [★ guardTrue()](https://type.angular-package.dev/type-draft/guard/guardtrue.md)
- [guardType()](https://type.angular-package.dev/type-draft/guard/guardtype.md)
- [guardUndefined()](https://type.angular-package.dev/type-draft/guard/guardundefined.md)
- [are: Are {}](https://type.angular-package.dev/type-draft/object/are-are.md)
- [guard: Guard {}](https://type.angular-package.dev/type-draft/object/guard-guard.md)
- [guardIs: GuardIs {}](https://type.angular-package.dev/type-draft/object/guardis-guardis.md)
- [is: Is {}](https://type.angular-package.dev/type-draft/object/is-is.md)
- [isNot: IsNot {}](https://type.angular-package.dev/type-draft/object/isnot-isnot.md)
- [type {}](https://type.angular-package.dev/type-draft/object/type.md)
- [MinMax](https://type.angular-package.dev/type-draft/interface/minmax.md)
- [AnyBoolean](https://type.angular-package.dev/type-draft/type/anyboolean.md)
- [AnyNumber](https://type.angular-package.dev/type-draft/type/anynumber.md)
- [AnyString](https://type.angular-package.dev/type-draft/type/anystring.md)
- [CallbackPayload](https://type.angular-package.dev/type-draft/type/callbackpayload.md)
- [Constructor](https://type.angular-package.dev/type-draft/type/constructor.md)
- [Defined](https://type.angular-package.dev/type-draft/type/defined.md)
- [ForEachCallback](https://type.angular-package.dev/type-draft/type/foreachcallback.md)
- [GenericObject](https://type.angular-package.dev/type-draft/type/genericobject.md)
- [Never](https://type.angular-package.dev/type-draft/type/never.md)
- [NotUndefined](https://type.angular-package.dev/type-draft/type/notundefined.md)
- [NumberBetween](https://type.angular-package.dev/type-draft/type/numberbetween.md)
- [Primitive](https://type.angular-package.dev/type-draft/type/primitive.md)
- [Primitives](https://type.angular-package.dev/type-draft/type/primitives.md)
- [ResultCallback](https://type.angular-package.dev/type-draft/type/resultcallback.md)
- [StringOfLength](https://type.angular-package.dev/type-draft/type/stringoflength.md)
- [Type](https://type.angular-package.dev/type-draft/type/type.md)
- [Types](https://type.angular-package.dev/type-draft/type/types.md)
- [Undefined](https://type.angular-package.dev/type-draft/type/undefined.md)
- [isParam()](https://type.angular-package.dev/type-draft/experimental/isparam.md)
- [Commit](https://type.angular-package.dev/type-draft/git/commit.md)
- [Semantic Versioning](https://type.angular-package.dev/type-draft/git/semantic-versioning.md)
- [Keep a changelog](https://type.angular-package.dev/type-draft/change-log/keep-a-changelog.md)
- [Unreleased](https://type.angular-package.dev/type-draft/change-log/unreleased.md)
- [v5.0.0-rc.0](https://type.angular-package.dev/type-draft/change-log/v5.0.0-rc.0.md)
- [v4.2.0](https://type.angular-package.dev/type-draft/change-log/v4.2.0.md)
- [⋯ Chat](https://type.angular-package.dev/type-draft/contact/chat.md)
- [@ Email](https://type.angular-package.dev/type-draft/contact/email.md)
- [฿ Cryptocurrency](https://type.angular-package.dev/type-draft/donate/thb-cryptocurrency.md)
- [$ Fiat](https://type.angular-package.dev/type-draft/donate/usd-fiat.md)

## 5.0.0-rc.0

- [Introduction](https://type.angular-package.dev/introduction.md)
- [❤ Benefits](https://type.angular-package.dev/benefits.md)
- [Skeleton](https://type.angular-package.dev/getting-started/skeleton.md)
- [Installation](https://type.angular-package.dev/getting-started/installation.md)
- [Public API](https://type.angular-package.dev/getting-started/public-api.md)
- [General concepts](https://type.angular-package.dev/getting-started/general-concepts.md)
- [recognizeValue()](https://type.angular-package.dev/helper/recognizevalue.md)
- [Recognized instances](https://type.angular-package.dev/helper/recognizevalue/recognized-instances.md)
- [OfRecognized](https://type.angular-package.dev/helper/recognizevalue/ofrecognized.md)
- [resultCallback()](https://type.angular-package.dev/helper/resultcallback.md)
- [typeOf()](https://type.angular-package.dev/helper/typeof.md)
- [isArray()](https://type.angular-package.dev/is/isarray.md)
- [isBigInt()](https://type.angular-package.dev/is/isbigint.md)
- [isBoolean()](https://type.angular-package.dev/is/isboolean.md)
- [isBooleanObject()](https://type.angular-package.dev/is/isbooleanobject.md)
- [isBooleanType()](https://type.angular-package.dev/is/isbooleantype.md)
- [isClass()](https://type.angular-package.dev/is/isclass.md)
- [isDate()](https://type.angular-package.dev/is/isdate.md)
- [isDefined()](https://type.angular-package.dev/is/isdefined.md)
- [★ isFalse()](https://type.angular-package.dev/is/isfalse.md)
- [isFunction()](https://type.angular-package.dev/is/isfunction.md)
- [isInstance()](https://type.angular-package.dev/is/isinstance.md)
- [isKey()](https://type.angular-package.dev/is/iskey.md)
- [isNull()](https://type.angular-package.dev/is/isnull.md)
- [★ isNumber()](https://type.angular-package.dev/is/isnumber.md)
- [isNumberBetween()](https://type.angular-package.dev/is/isnumberbetween.md)
- [isNumberObject()](https://type.angular-package.dev/is/isnumberobject.md)
- [isNumberType()](https://type.angular-package.dev/is/isnumbertype.md)
- [isObject()](https://type.angular-package.dev/is/isobject.md)
- [isObjectKey()](https://type.angular-package.dev/is/isobjectkey.md)
- [isObjectKeyIn()](https://type.angular-package.dev/is/isobjectkeyin.md)
- [isObjectKeys()](https://type.angular-package.dev/is/isobjectkeys.md)
- [isObjectKeysIn()](https://type.angular-package.dev/is/isobjectkeysin.md)
- [isObjectSomeKeys()](https://type.angular-package.dev/is/isobjectsomekeys.md)
- [isPrimitive()](https://type.angular-package.dev/is/isprimitive.md)
- [isRegExp()](https://type.angular-package.dev/is/isregexp.md)
- [★ isString()](https://type.angular-package.dev/is/isstring.md)
- [isStringIncludes()](https://type.angular-package.dev/is/isstringincludes.md)
- [isStringIncludesSome()](https://type.angular-package.dev/is/isstringincludessome.md)
- [isStringLength()](https://type.angular-package.dev/is/isstringlength.md)
- [isStringLengthBetween()](https://type.angular-package.dev/is/isstringlengthbetween.md)
- [isStringObject()](https://type.angular-package.dev/is/isstringobject.md)
- [isStringType()](https://type.angular-package.dev/is/isstringtype.md)
- [isSymbol()](https://type.angular-package.dev/is/issymbol.md)
- [★ isTrue()](https://type.angular-package.dev/is/istrue.md)
- [isType()](https://type.angular-package.dev/is/istype.md)
- [isUndefined()](https://type.angular-package.dev/is/isundefined.md)
- [isNotBoolean()](https://type.angular-package.dev/is-not/isnotboolean.md)
- [isNotDefined()](https://type.angular-package.dev/is-not/isnotdefined.md)
- [isNotFunction()](https://type.angular-package.dev/is-not/isnotfunction.md)
- [isNotNull()](https://type.angular-package.dev/is-not/isnotnull.md)
- [isNotNumber()](https://type.angular-package.dev/is-not/isnotnumber.md)
- [isNotString()](https://type.angular-package.dev/is-not/isnotstring.md)
- [isNotUndefined()](https://type.angular-package.dev/is-not/isnotundefined.md)
- [areDeterminer()](https://type.angular-package.dev/are/aredeterminer.md)
- [every()](https://type.angular-package.dev/are/aredeterminer/every.md)
- [forEach()](https://type.angular-package.dev/are/aredeterminer/foreach.md)
- [some()](https://type.angular-package.dev/are/aredeterminer/some.md)
- [areBigInt()](https://type.angular-package.dev/are/arebigint.md)
- [every()](https://type.angular-package.dev/are/arebigint/every.md)
- [forEach()](https://type.angular-package.dev/are/arebigint/foreach.md)
- [some()](https://type.angular-package.dev/are/arebigint/some.md)
- [areBoolean()](https://type.angular-package.dev/are/areboolean.md)
- [every()](https://type.angular-package.dev/are/areboolean/every.md)
- [forEach()](https://type.angular-package.dev/are/areboolean/foreach.md)
- [some()](https://type.angular-package.dev/are/areboolean/some.md)
- [areDate()](https://type.angular-package.dev/are/aredate.md)
- [every()](https://type.angular-package.dev/are/aredate/every.md)
- [forEach()](https://type.angular-package.dev/are/aredate/foreach.md)
- [some()](https://type.angular-package.dev/are/aredate/some.md)
- [areDefined()](https://type.angular-package.dev/are/aredefined.md)
- [every()](https://type.angular-package.dev/are/aredefined/every.md)
- [forEach()](https://type.angular-package.dev/are/aredefined/foreach.md)
- [some()](https://type.angular-package.dev/are/aredefined/some.md)
- [★ areFalse()](https://type.angular-package.dev/are/arefalse.md)
- [every()](https://type.angular-package.dev/are/arefalse/every.md)
- [forEach()](https://type.angular-package.dev/are/arefalse/foreach.md)
- [some()](https://type.angular-package.dev/are/arefalse/some.md)
- [areNull()](https://type.angular-package.dev/are/arenull.md)
- [every()](https://type.angular-package.dev/are/arenull/every.md)
- [forEach()](https://type.angular-package.dev/are/arenull/foreach.md)
- [some()](https://type.angular-package.dev/are/arenull/some.md)
- [★ areNumber()](https://type.angular-package.dev/are/arenumber.md)
- [every()](https://type.angular-package.dev/are/arenumber/every.md)
- [forEach()](https://type.angular-package.dev/are/arenumber/foreach.md)
- [some()](https://type.angular-package.dev/are/arenumber/some.md)
- [areRegExp()](https://type.angular-package.dev/are/areregexp.md)
- [every()](https://type.angular-package.dev/are/areregexp/every.md)
- [forEach()](https://type.angular-package.dev/are/areregexp/foreach.md)
- [some()](https://type.angular-package.dev/are/areregexp/some.md)
- [★ areString()](https://type.angular-package.dev/are/arestring.md)
- [every()](https://type.angular-package.dev/are/arestring/every.md)
- [forEach()](https://type.angular-package.dev/are/arestring/foreach.md)
- [some()](https://type.angular-package.dev/are/arestring/some.md)
- [areSymbol()](https://type.angular-package.dev/are/aresymbol.md)
- [every()](https://type.angular-package.dev/are/aresymbol/every.md)
- [forEach()](https://type.angular-package.dev/are/aresymbol/foreach.md)
- [some()](https://type.angular-package.dev/are/aresymbol/some.md)
- [★ areTrue()](https://type.angular-package.dev/are/aretrue.md)
- [every()](https://type.angular-package.dev/are/aretrue/every.md)
- [forEach()](https://type.angular-package.dev/are/aretrue/foreach.md)
- [some()](https://type.angular-package.dev/are/aretrue/some.md)
- [areUndefined()](https://type.angular-package.dev/are/areundefined.md)
- [every()](https://type.angular-package.dev/are/areundefined/every.md)
- [forEach()](https://type.angular-package.dev/are/areundefined/foreach.md)
- [some()](https://type.angular-package.dev/are/areundefined/some.md)
- [guardArray()](https://type.angular-package.dev/guard/guardarray.md)
- [guardBigInt()](https://type.angular-package.dev/guard/guardbigint.md)
- [guardBoolean()](https://type.angular-package.dev/guard/guardboolean.md)
- [guardClass()](https://type.angular-package.dev/guard/guardclass.md)
- [guardDate()](https://type.angular-package.dev/guard/guarddate.md)
- [guardDefined()](https://type.angular-package.dev/guard/guarddefined.md)
- [★ guardFalse()](https://type.angular-package.dev/guard/guardfalse.md)
- [guardFunction()](https://type.angular-package.dev/guard/guardfunction.md)
- [guardInstance()](https://type.angular-package.dev/guard/guardinstance.md)
- [guardKey()](https://type.angular-package.dev/guard/guardkey.md)
- [guardNull()](https://type.angular-package.dev/guard/guardnull.md)
- [guardNumber()](https://type.angular-package.dev/guard/guardnumber.md)
- [guardNumberBetween()](https://type.angular-package.dev/guard/guardnumberbetween.md)
- [guardObject()](https://type.angular-package.dev/guard/guardobject.md)
- [guardObjectKey()](https://type.angular-package.dev/guard/guardobjectkey.md)
- [guardObjectKeyIn()](https://type.angular-package.dev/guard/guardobjectkeyin.md)
- [guardObjectKeys()](https://type.angular-package.dev/guard/guardobjectkeys.md)
- [guardObjectKeysIn()](https://type.angular-package.dev/guard/guardobjectkeysin.md)
- [guardObjectSomeKeys()](https://type.angular-package.dev/guard/guardobjectsomekeys.md)
- [guardPrimitive()](https://type.angular-package.dev/guard/guardprimitive.md)
- [guardRegExp()](https://type.angular-package.dev/guard/guardregexp.md)
- [★ guardString()](https://type.angular-package.dev/guard/guardstring.md)
- [guardStringIncludes()](https://type.angular-package.dev/guard/guardstringincludes.md)
- [guardStringIncludesSome()](https://type.angular-package.dev/guard/guardstringincludessome.md)
- [guardStringLength()](https://type.angular-package.dev/guard/guardstringlength.md)
- [guardStringLengthBetween()](https://type.angular-package.dev/guard/guardstringlengthbetween.md)
- [guardSymbol()](https://type.angular-package.dev/guard/guardsymbol.md)
- [★ guardTrue()](https://type.angular-package.dev/guard/guardtrue.md)
- [guardType()](https://type.angular-package.dev/guard/guardtype.md)
- [guardUndefined()](https://type.angular-package.dev/guard/guardundefined.md)
- [are: Are {}](https://type.angular-package.dev/object/are-are.md)
- [guard: Guard {}](https://type.angular-package.dev/object/guard-guard.md)
- [guardIs: GuardIs {}](https://type.angular-package.dev/object/guardis-guardis.md)
- [is: Is {}](https://type.angular-package.dev/object/is-is.md)
- [isNot: IsNot {}](https://type.angular-package.dev/object/isnot-isnot.md)
- [type {}](https://type.angular-package.dev/object/type.md)
- [MinMax](https://type.angular-package.dev/interface/minmax.md)
- [AnyBoolean](https://type.angular-package.dev/type/anyboolean.md)
- [AnyNumber](https://type.angular-package.dev/type/anynumber.md)
- [AnyString](https://type.angular-package.dev/type/anystring.md)
- [CallbackPayload](https://type.angular-package.dev/type/callbackpayload.md)
- [Constructor](https://type.angular-package.dev/type/constructor.md)
- [Defined](https://type.angular-package.dev/type/defined.md)
- [ForEachCallback](https://type.angular-package.dev/type/foreachcallback.md)
- [GenericObject](https://type.angular-package.dev/type/genericobject.md)
- [Never](https://type.angular-package.dev/type/never.md)
- [NotUndefined](https://type.angular-package.dev/type/notundefined.md)
- [NumberBetween](https://type.angular-package.dev/type/numberbetween.md)
- [Primitive](https://type.angular-package.dev/type/primitive.md)
- [Primitives](https://type.angular-package.dev/type/primitives.md)
- [ResultCallback](https://type.angular-package.dev/type/resultcallback.md)
- [StringOfLength](https://type.angular-package.dev/type/stringoflength.md)
- [Type](https://type.angular-package.dev/type/type.md)
- [Types](https://type.angular-package.dev/type/types.md)
- [Undefined](https://type.angular-package.dev/type/undefined.md)
- [isParam()](https://type.angular-package.dev/experimental/isparam.md)
- [Commit](https://type.angular-package.dev/git/commit.md)
- [Semantic Versioning](https://type.angular-package.dev/git/semantic-versioning.md)
- [Keep a changelog](https://type.angular-package.dev/change-log/keep-a-changelog.md)
- [Unreleased](https://type.angular-package.dev/change-log/unreleased.md)
- [v5.0.0](https://type.angular-package.dev/change-log/v5.0.0.md)
- [v4.2.0](https://type.angular-package.dev/change-log/v4.2.0.md)
- [⋯ Chat](https://type.angular-package.dev/contact/chat.md)
- [@ Email](https://type.angular-package.dev/contact/email.md)
- [฿ Cryptocurrency](https://type.angular-package.dev/donate/thb-cryptocurrency.md)
- [$ Fiat](https://type.angular-package.dev/donate/usd-fiat.md)
