📄 getValueOfLiteralType¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 3 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/eslint-plugin/src/util/getValueOfLiteralType.ts
Functions¶
getValueOfLiteralType(type: ts.LiteralType): bigint | number | string¶
Parameters:
typets.LiteralType
Returns: bigint | number | string
Calls:
valueIsPseudoBigIntpseudoBigIntToBigInt
Code
valueIsPseudoBigInt(value: number | string | ts.PseudoBigInt): value is ts.PseudoBigInt¶
Parameters:
valuenumber | string | ts.PseudoBigInt
Returns: value is ts.PseudoBigInt
Code
pseudoBigIntToBigInt(value: ts.PseudoBigInt): bigint¶
Parameters:
valuets.PseudoBigInt
Returns: bigint
Calls:
BigInt
Code
Generated by Syntax Scribe