📄 nullThrows.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 5 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/utils/src/eslint-utils/nullThrows.ts
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
NullThrowsReasons |
{ readonly MissingParent: "Expected node to have a parent."; readonly MissingToken: (token: string, thing: string) => string; } |
const | `{ | |
| MissingParent: 'Expected node to have a parent.', | ||||
| MissingToken: (token: string, thing: string) => | ||||
Expected to find a ${token} for the ${thing}., |
||||
| } as const` | ✓ |
Functions¶
MissingToken(token: string, thing: string): string¶
- Parameters:
token: stringthing: string- Return Type:
string
MissingToken(token: string, thing: string): string¶
- Parameters:
token: stringthing: string- Return Type:
string
MissingToken(token: string, thing: string): string¶
- Parameters:
token: stringthing: string- Return Type:
string
MissingToken(token: string, thing: string): string¶
- Parameters:
token: stringthing: string- Return Type:
string
nullThrows(value: T, message: string): NonNullable<T>¶
Code
-
JSDoc:
-
Parameters:
value: Tmessage: string- Return Type:
NonNullable<T>