|
2 | 2 |
|
3 | 3 | ## Type Aliases |
4 | 4 |
|
5 | | -| Type Alias | Description | |
6 | | -| ------ | ------ | |
| 5 | +| Type Alias | Description | |
| 6 | +| ------------------------------------------ | -------------------------------------------------------------------------------------------------------- | |
7 | 7 | | [TypeVariant](type-aliases/TypeVariant.md) | Represents the variant classification of a TypeScript type for use in strict boolean expression checking | |
8 | 8 |
|
9 | 9 | ## Functions |
10 | 10 |
|
11 | | -| Function | Description | |
12 | | -| ------ | ------ | |
| 11 | +| Function | Description | |
| 12 | +| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | |
13 | 13 | | [getFullyQualifiedNameEx](functions/getFullyQualifiedNameEx.md) | An enhanced version of getFullyQualifiedName that handles cases that original function does not handle | |
14 | | -| [isAnyType](functions/isAnyType.md) | Check if a type is any or a type parameter | |
15 | | -| [isBigIntType](functions/isBigIntType.md) | Check if a type is a bigint type | |
16 | | -| [isBooleanLiteralType](functions/isBooleanLiteralType.md) | Check if a type is a boolean literal type (true or false) | |
17 | | -| [isBooleanType](functions/isBooleanType.md) | Check if a type is a boolean type | |
18 | | -| [isEnumType](functions/isEnumType.md) | Check if a type is an enum type | |
19 | | -| [isFalseLiteralType](functions/isFalseLiteralType.md) | Check if a type is the false literal type | |
20 | | -| [isFalsyBigIntType](functions/isFalsyBigIntType.md) | Check if a type is a falsy bigint literal (0n) | |
21 | | -| [isFalsyNumberType](functions/isFalsyNumberType.md) | Check if a type is a falsy number literal (0) | |
22 | | -| [isFalsyStringType](functions/isFalsyStringType.md) | Check if a type is a falsy string literal ("") | |
23 | | -| [isNeverType](functions/isNeverType.md) | Check if a type is the never type | |
24 | | -| [isNullishType](functions/isNullishType.md) | Check if a type is nullish (null, undefined, or void) | |
25 | | -| [isNumberType](functions/isNumberType.md) | Check if a type is a number type | |
26 | | -| [isObjectType](functions/isObjectType.md) | Check if a type is an object type (not a primitive or special type) | |
27 | | -| [isStringType](functions/isStringType.md) | Check if a type is a string type | |
28 | | -| [isTrueLiteralType](functions/isTrueLiteralType.md) | Check if a type is the true literal type | |
29 | | -| [isTruthyBigIntType](functions/isTruthyBigIntType.md) | Check if a type is a truthy bigint literal (not 0n) | |
30 | | -| [isTruthyNumberType](functions/isTruthyNumberType.md) | Check if a type is a truthy number literal (not 0) | |
31 | | -| [isTruthyStringType](functions/isTruthyStringType.md) | Check if a type is a truthy string literal (not "") | |
32 | | -| [isUnknownType](functions/isUnknownType.md) | Check if a type is the unknown type | |
| 14 | +| [isAnyType](functions/isAnyType.md) | Check if a type is any or a type parameter | |
| 15 | +| [isBigIntType](functions/isBigIntType.md) | Check if a type is a bigint type | |
| 16 | +| [isBooleanLiteralType](functions/isBooleanLiteralType.md) | Check if a type is a boolean literal type (true or false) | |
| 17 | +| [isBooleanType](functions/isBooleanType.md) | Check if a type is a boolean type | |
| 18 | +| [isEnumType](functions/isEnumType.md) | Check if a type is an enum type | |
| 19 | +| [isFalseLiteralType](functions/isFalseLiteralType.md) | Check if a type is the false literal type | |
| 20 | +| [isFalsyBigIntType](functions/isFalsyBigIntType.md) | Check if a type is a falsy bigint literal (0n) | |
| 21 | +| [isFalsyNumberType](functions/isFalsyNumberType.md) | Check if a type is a falsy number literal (0) | |
| 22 | +| [isFalsyStringType](functions/isFalsyStringType.md) | Check if a type is a falsy string literal ("") | |
| 23 | +| [isNeverType](functions/isNeverType.md) | Check if a type is the never type | |
| 24 | +| [isNullishType](functions/isNullishType.md) | Check if a type is nullish (null, undefined, or void) | |
| 25 | +| [isNumberType](functions/isNumberType.md) | Check if a type is a number type | |
| 26 | +| [isObjectType](functions/isObjectType.md) | Check if a type is an object type (not a primitive or special type) | |
| 27 | +| [isStringType](functions/isStringType.md) | Check if a type is a string type | |
| 28 | +| [isTrueLiteralType](functions/isTrueLiteralType.md) | Check if a type is the true literal type | |
| 29 | +| [isTruthyBigIntType](functions/isTruthyBigIntType.md) | Check if a type is a truthy bigint literal (not 0n) | |
| 30 | +| [isTruthyNumberType](functions/isTruthyNumberType.md) | Check if a type is a truthy number literal (not 0) | |
| 31 | +| [isTruthyStringType](functions/isTruthyStringType.md) | Check if a type is a truthy string literal (not "") | |
| 32 | +| [isUnknownType](functions/isUnknownType.md) | Check if a type is the unknown type | |
0 commit comments