⬅️ Back to Table of Contents
📄 containsAllTypesByName.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
1 |
📊 Variables & Constants |
4 |
📚 Table of Contents
🛠️ File Location:
📂 packages/type-utils/tests/containsAllTypesByName.test.ts
📦 Imports
Name |
Source |
containsAllTypesByName |
../src/index.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
options |
{ allowAny: boolean; } |
const |
{ allowAny: true } |
✗ |
options |
{ allowAny: boolean; } |
const |
{ allowAny: false } |
✗ |
options |
{ allowedNames: Set<string>; matchAnyInstead: boolean; } |
const |
`{ |
|
allowedNames: new Set(['Object', 'Promise']), |
|
|
|
|
matchAnyInstead: true, |
|
|
|
|
}` |
✗ |
|
|
|
options |
{ allowedNames: Set<string>; matchAnyInstead: boolean; } |
const |
`{ |
|
allowedNames: new Set(['Object', 'Promise']), |
|
|
|
|
matchAnyInstead: false, |
|
|
|
|
}` |
✗ |
|
|
|